Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit b242c5a

Browse files
committed
fix(ci/release): update node
1 parent 364d317 commit b242c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup node
3636
uses: actions/setup-node@v2
3737
with:
38-
node-version: 16.x
38+
node-version: 18.x
3939
cache: 'pnpm'
4040
cache-dependency-path: 'pnpm-lock.yaml'
4141

0 commit comments

Comments
 (0)