Skip to content

Commit

Permalink
Merge pull request #5380 from Hacker0x01/upgrade-node-22
Browse files Browse the repository at this point in the history
Switch to Node 22
  • Loading branch information
martijnrusschen authored Jan 31, 2025
2 parents d3e828a + 9cfdf6a commit d8ca3d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Corepack enable
run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Corepack enable
run: corepack enable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Set Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Corepack enable
run: corepack enable
Expand Down

0 comments on commit d8ca3d3

Please sign in to comment.