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 311589d commit cfee2f8Copy full SHA for cfee2f8
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: pnpm/action-setup@v2
13
- uses: actions/setup-node@v3
14
with:
15
- node-version: 16.x
+ node-version: 20.x
16
cache: "pnpm"
17
18
- run: pnpm install --frozen-lockfile
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments