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 548eaca + 98ecce9 commit 5d4842dCopy full SHA for 5d4842d
.github/workflows/nextjs.yml
@@ -51,7 +51,7 @@ jobs:
51
exit 1
52
fi
53
- name: Setup Node
54
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
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@v5
32
- name: Use Node.js ${{ matrix.node-version }}
33
34
35
node-version: ${{ matrix.node-version }}
36
cache: "npm"
0 commit comments