Skip to content

Commit

Permalink
[releng] Pin the version of node used by Github Actions to 18.x
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Bégaudeau <[email protected]>
  • Loading branch information
sbegaudeau committed Sep 6, 2023
1 parent 4e674f3 commit 6a5e05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node SDK
uses: actions/setup-node@v3
with:
node-version: latest
node-version: '18.x'
cache: 'npm'
cache-dependency-path: frontend/svalyn-studio-app/package-lock.json

Expand Down

0 comments on commit 6a5e05f

Please sign in to comment.