Skip to content

Commit

Permalink
Merge pull request #295 from dklimpel/bump_node-1
Browse files Browse the repository at this point in the history
Bump node in github actions
  • Loading branch information
tcort authored Mar 11, 2024
2 parents c6a3737 + 3d64967 commit 62c5336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
fail-fast: false
matrix:
node-version:
- 14
- 16
- 18
- 19
- 20
- 21

env:
NODE_OPTIONS: '--dns-result-order=ipv4first'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
Expand Down

0 comments on commit 62c5336

Please sign in to comment.