Skip to content

Commit

Permalink
Use the same node version on CI as locally
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Feb 3, 2025
1 parent 52c9149 commit 077e78d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20.9.0"
node-version: "22.11.0"
- name: Checkout
uses: actions/checkout@v4
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20.9.0"
node-version: "22.11.0"
- uses: actions/checkout@v4
- run: npm ci
- run: npm run check-js
Expand Down

0 comments on commit 077e78d

Please sign in to comment.