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 e37a4db commit 8b82d94Copy full SHA for 8b82d94
.github/workflows/build-deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
exit 1
52
fi
53
- name: Setup Node
54
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
55
with:
56
node-version: "18"
57
cache: ${{ steps.detect-package-manager.outputs.manager }}
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
0 commit comments