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 32b56f5 commit 5658334Copy full SHA for 5658334
.github/workflows/deploy.yml
@@ -13,7 +13,8 @@ jobs:
13
14
- uses: actions/setup-node@v2
15
with:
16
- node-version: "16"
+ node-version: "^17"
17
+
18
- uses: pnpm/action-setup@v2
19
20
version: "6"
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
21
22
.github/workflows/test.yml
@@ -11,7 +11,8 @@ jobs:
11
12
0 commit comments