We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5125d4f + f791b3d commit ce4c56bCopy full SHA for ce4c56b
1 file changed
action.yml
@@ -39,15 +39,15 @@ runs:
39
cache: npm
40
registry-url: https://npm.pkg.github.com
41
42
-# - name: 📺 Run tests
43
-# shell: bash
44
-# run: |
45
-# node --version
46
-# npm --version
47
-# npm ci
+ - name: 📺 Install dependencies
+ shell: bash
+ run: |
+ node --version
+ npm --version
+ npm ci
48
# npm run test
49
-# env:
50
-# NODE_AUTH_TOKEN: ${{inputs.NPM_PACKAGES_TOKEN}}
+ env:
+ NODE_AUTH_TOKEN: ${{inputs.NPM_PACKAGES_TOKEN}}
51
52
- name: 📡 Deploy the lambda function
53
shell: bash
0 commit comments