Skip to content

Commit 62c5336

Browse files
authored
Merge pull request #295 from dklimpel/bump_node-1
Bump node in github actions
2 parents c6a3737 + 3d64967 commit 62c5336

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
node-version:
16-
- 14
17-
- 16
1816
- 18
19-
- 19
17+
- 20
18+
- 21
2019

2120
env:
2221
NODE_OPTIONS: '--dns-result-order=ipv4first'

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '16.x'
14+
node-version: '18.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm install
1717
- run: npm publish

0 commit comments

Comments
 (0)