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 969d0a9 commit 696b742Copy full SHA for 696b742
.github/workflows/build-and-deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
fetch-depth: 0
35
token: ${{ secrets.DEPLOYMENT_TOKEN }}
36
- name: Setup Node.js
37
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
38
with:
39
node-version: "lts/*"
40
- name: Release
0 commit comments