Skip to content

Commit

Permalink
Make frontend CI workflow use correct node version
Browse files Browse the repository at this point in the history
Ensure that the frontend CI workflow uses the correct node version.
  • Loading branch information
iamlogand committed Nov 3, 2023
1 parent ea51d7d commit 28b1f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '18.17.1'

- name: Cache dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit 28b1f61

Please sign in to comment.