Skip to content

Commit 3122ff9

Browse files
authored
Merge pull request #66 from ems-press/chore/update-nodejs
chore: update node to v20
2 parents 21c4737 + 8953da2 commit 3122ff9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
ref: ${{ github.event.release.target_commitish }}
19-
- name: Setup node
19+
- name: Set up Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: '20'
2323
registry-url: 'https://registry.npmjs.org'
2424
- run: npm ci
2525
- run: npm run lint

0 commit comments

Comments
 (0)