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 1455377 commit 434ec47Copy full SHA for 434ec47
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
version: 9
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: 16.x
+ node-version: 18.x
18
cache: "pnpm"
19
20
- run: pnpm install --frozen-lockfile
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
28
0 commit comments