Skip to content

Commit

Permalink
test(gha): include node 22 in github actions pipeline (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp authored Jun 24, 2024
1 parent 1f089c9 commit 2f8dc9d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-next-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
PR_BRANCH: ${{github.event.pull_request.head.ref}}
strategy:
matrix:
node: ['18', '20']
node: ['18', '20', '22']
defaults:
run:
working-directory: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-next-faustwp-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
PR_BRANCH: ${{github.event.pull_request.head.ref}}
strategy:
matrix:
node: ['18', '20']
node: ['18', '20', '22']
defaults:
run:
working-directory: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node: ['18', '20']
node: ['18', '20', '22']
defaults:
run:
working-directory: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/experimental-app-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-22.04']
node: ['18', '20']
node: ['18', '20', '22']
permissions:
checks: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-22.04']
node: ['18', '20']
node: ['18', '20', '22']
permissions:
checks: write
pull-requests: write
Expand Down

0 comments on commit 2f8dc9d

Please sign in to comment.