We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27649ff + 1ca0ce5 commit 9df9765Copy full SHA for 9df9765
1 file changed
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
echo "version=$NODE_VERSION" >> "$GITHUB_OUTPUT"
42
43
- name: Setup Node.js
44
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
45
with:
46
node-version: ${{ steps.node-version.outputs.version }}
47
0 commit comments