Skip to content

Commit a96a240

Browse files
authored
Merge pull request #38 from rudderlabs/chore.install_npm
chore: install npm
1 parent 2806ac4 commit a96a240

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ runs:
167167
cache-to: ${{ inputs.cache-to }}
168168
target: ${{ inputs.target }}
169169

170+
- name: Setup Node.js
171+
if: ${{ inputs.snyk-enabled }}
172+
uses: actions/setup-node@v4
173+
with:
174+
node-version: '22'
175+
170176
- name: Scan docker image with Snyk
171177
shell: bash
172178
if: ${{ inputs.snyk-enabled }}

0 commit comments

Comments
 (0)