Skip to content

Commit a4367c8

Browse files
authored
npm-publish: use Node.js 20
1 parent dc16f7d commit a4367c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: 20
2323
cache: npm
2424
- run: npm ci
2525
- id: publish

0 commit comments

Comments
 (0)