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 0058400 + 3fdae00 commit 5421077Copy full SHA for 5421077
.github/workflows/nextjs.yml
@@ -51,7 +51,7 @@ jobs:
51
exit 1
52
fi
53
- name: Setup Node
54
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
55
with:
56
node-version: "22"
57
cache: ${{ steps.detect-package-manager.outputs.manager }}
.github/workflows/node.js.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- uses: actions/checkout@v4
32
- name: Use Node.js ${{ matrix.node-version }}
33
34
35
node-version: ${{ matrix.node-version }}
36
cache: "npm"
0 commit comments