Skip to content

Commit 3e5cd13

Browse files
committed
use node:20 in CI
1 parent de11023 commit 3e5cd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 14 # Change this to your desired Node.js version
19+
node-version: 20 # Change this to your desired Node.js version
2020

2121
- name: Install pnpm
2222
run: npm install -g pnpm

0 commit comments

Comments
 (0)