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.
1 parent 0225aee commit 6435203Copy full SHA for 6435203
3 files changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v6
26
- name: Use Node.js ${{ matrix.node-version }}
27
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
28
with:
29
node-version: ${{ matrix.node-version }}
30
.github/workflows/nextjs_bundle_analysis.yml
- name: Install Node.js
node-version: '24.x'
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout LFS objects
run: git lfs checkout
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v6
node-version: 24.x
0 commit comments