We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cd0565 + 86ddd79 commit b1a7daaCopy full SHA for b1a7daa
3 files changed
.github/workflows/changelog.yml
@@ -24,7 +24,7 @@ jobs:
24
token: ${{ secrets.GITHUB_TOKEN }}
25
26
- name: Setup Node.js
27
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
28
with:
29
node-version: '20'
30
cache: 'npm'
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: actions/checkout@v6
35
36
fetch-depth: 0
37
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
38
39
cache-dependency-path: ./website/package-lock.json
40
node-version: 20
.github/workflows/static.yml
@@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
31
node-version: '20' # Or your preferred Node.js version
32
- name: Install dependencies
0 commit comments