We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 979bb04 + ddf4e9a commit 4e2dd2dCopy full SHA for 4e2dd2d
.github/workflows/nextjs.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Setup Node
52
uses: actions/setup-node@v4
53
with:
54
- node-version: "20"
+ node-version: "22"
55
cache: ${{ steps.detect-package-manager.outputs.manager }}
56
- name: Setup Pages
57
uses: actions/configure-pages@v5
.github/workflows/node.js.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
strategy:
26
matrix:
27
- node-version: [18.x, 20.x, 22.x]
+ node-version: [20.x, 22.x, 24.x]
28
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
29
30
steps:
0 commit comments