Skip to content

Commit ba6e176

Browse files
authored
ci: fix release
Use node 18
1 parent 3328518 commit ba6e176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/pnpm-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- name: Setup Node.js
99
uses: actions/setup-node@v3
1010
with:
11-
node-version: 16.x
11+
node-version: 18.x
1212

1313
# Install pnpm. https://github.com/pnpm/action-setup
1414
- uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)