Skip to content

Commit cfee2f8

Browse files
committed
update node to 20 on workflows
1 parent 311589d commit cfee2f8

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
@@ -12,7 +12,7 @@ jobs:
1212
- uses: pnpm/action-setup@v2
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16.x
15+
node-version: 20.x
1616
cache: "pnpm"
1717

1818
- run: pnpm install --frozen-lockfile

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: pnpm/action-setup@v2
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 16.x
22+
node-version: 20.x
2323
cache: "pnpm"
2424

2525
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)