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 b788a40 commit 45288dfCopy full SHA for 45288df
.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@v3
+ uses: actions/setup-node@v4
38
with:
39
node-version: "lts/*"
40
- name: Release
0 commit comments