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 4b62a6e + 25ca8c7 commit 997232aCopy full SHA for 997232a
2 files changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v4
27
- uses: pnpm/action-setup@v4
28
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
29
with:
30
cache: pnpm
31
node-version: ${{ env.NODE_VERSION }}
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
.github/workflows/gh-pages.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
cache: "pnpm"
19
node-version: 20
0 commit comments