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 3b6c430 commit 3dd72adCopy full SHA for 3dd72ad
.github/workflows/website.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js
21
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
22
with:
23
- node-version: 20
+ node-version: 22
24
- name: Set Env
25
run: |
26
echo "CURRENT_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV
0 commit comments