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 42e56fe commit ea3e2b1Copy full SHA for ea3e2b1
3 files changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup PNPM
16
uses: pnpm/action-setup@v4
17
- name: Setup Node
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
19
with:
20
node-version: "lts/*"
21
cache: "pnpm"
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
.github/workflows/website.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
0 commit comments