Skip to content

Commit

Permalink
Merge pull request #1887 from Adslot/node22
Browse files Browse the repository at this point in the history
chore: upgrade to node 22
  • Loading branch information
bchew authored Nov 27, 2024
2 parents b6de8f4 + ef632c8 commit 81b0cdd
Show file tree
Hide file tree
Showing 6 changed files with 484 additions and 377 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimisation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 81b0cdd

Please sign in to comment.