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.
2 parents fa4ae1b + 5c3d50a commit f7d6288Copy full SHA for f7d6288
1 file changed
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_OUTPUT
23
id: nvm
24
- name: Use Node.js (.nvmrc)
25
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
26
with:
27
node-version: "${{ steps.nvm.outputs.NVMRC }}"
28
cache: yarn
0 commit comments