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 8c977d1 commit d3c3840Copy full SHA for d3c3840
.github/workflows/astro.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "command=install" >> $GITHUB_OUTPUT
43
echo "runner=yarn" >> $GITHUB_OUTPUT
44
- name: Setup Node
45
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
46
with:
47
node-version: 21
48
cache: ${{ steps.detect-package-manager.outputs.manager }}
.github/workflows/node.js.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Use Node.js
20
21
22
23
cache: 'yarn'
0 commit comments