Skip to content

Commit 1fc5095

Browse files
committed
change node version
1 parent e0266bb commit 1fc5095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
version: 7
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 16.x
17+
node-version: 20.x
1818
cache: "pnpm"
1919

2020
- run: pnpm install --frozen-lockfile

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version: 7
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 16.x
25+
node-version: 20.x
2626
cache: "pnpm"
2727

2828
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)