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 18ed2e3 commit 0779970Copy full SHA for 0779970
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
fetch-depth: 0 # Not needed if lastUpdated is not enabled
39
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
40
- name: Setup Node
41
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
42
with:
43
node-version: 20
44
cache: yarn
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v5
15
16
- name: Set up Node
17
18
19
20
0 commit comments