Skip to content

Commit 5658334

Browse files
committed
chore: ci fix
1 parent 32b56f5 commit 5658334

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313

1414
- uses: actions/setup-node@v2
1515
with:
16-
node-version: "16"
16+
node-version: "^17"
17+
1718
- uses: pnpm/action-setup@v2
1819
with:
1920
version: "6"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: "16"
19+
node-version: "^17"
2020
- uses: pnpm/action-setup@v2
2121
with:
2222
version: "6"

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111

1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: "16"
14+
node-version: "^17"
15+
1516
- uses: pnpm/action-setup@v2
1617
with:
1718
version: "6"

0 commit comments

Comments
 (0)