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 d34aed4 commit 42ff576Copy full SHA for 42ff576
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
echo "node_version=$(grep nodejs .tool-versions | awk '{print $2}')" >> $GITHUB_OUTPUT
53
54
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
55
with:
56
node-version: ${{ steps.node_version.outputs.node_version }}
57
0 commit comments