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 93f5de8 commit 1776dfaCopy full SHA for 1776dfa
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v5
16
- uses: pnpm/action-setup@v4
17
- name: Use Node.js 20
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
19
with:
20
node-version: 20
21
cache: 'pnpm'
.github/workflows/size-limit.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
.github/workflows/test.yaml
@@ -19,7 +19,7 @@ jobs:
22
23
24
25
0 commit comments