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 7cd318a commit 5c37d48Copy full SHA for 5c37d48
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Extract node version
12
run: echo "NODE_VERSION=$(cat .node_version)" >> $GITHUB_ENV
13
- name: Set Node.js
14
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
15
with:
16
node-version: ${{ env.NODE_VERSION }}
17
cache: npm
.github/workflows/publish_gh_pages.yml
@@ -16,7 +16,7 @@ jobs:
fetch-depth: 1
18
- name: Use Node.js
19
20
21
node-version: 22.x
22
- name: Build page
0 commit comments