Commit a664ba4

Anton Medvedev <anton@medv.io>
2022-03-18 17:27:50
Update action.yaml
1 parent f0c4e65
Changed files (1)
action.yaml
@@ -10,10 +10,8 @@ inputs:
 runs:
   using: "composite"
   steps:
-    - run: npm i
-      shell: bash
-    - run: |
-        FORCE_COLOR=3 node zx.mjs << 'EOF'
+    - shell: basj
+      run: |
+        FORCE_COLOR=3 npx zx@6 << 'EOF'
         ${{inputs.script}}
         EOF
-      shell: bash