Skip to content

Commit

Permalink
Update Node version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbelanger committed Jan 4, 2025
1 parent 98741ab commit 1061f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22'
- uses: actions/checkout@v3
- run: yarn install
- run: yarn run lint

0 comments on commit 1061f96

Please sign in to comment.