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 f20ffcd + 4e4a5fb commit e0e82d4Copy full SHA for e0e82d4
.github/workflows/astro.yml
@@ -49,7 +49,7 @@ jobs:
49
exit 1
50
fi
51
- name: Setup Node
52
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
53
with:
54
node-version: "18"
55
cache: ${{ steps.detect-package-manager.outputs.manager }}
.github/workflows/update-google-maps-stats.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v5
16
17
- name: Setup Node.js
18
19
20
node-version: '18'
21
cache: 'npm'
0 commit comments