Skip to content

Commit

Permalink
fix(js): run workflow using Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed Dec 1, 2024
1 parent 87f8c5b commit 627d1e6
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 @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 22.x
- run: npm install
- run: npm run lint
- run: npm start -- --exit-code
Expand Down

0 comments on commit 627d1e6

Please sign in to comment.