Skip to content

Commit

Permalink
ci: test with node 20 & drop node 14 (#66)
Browse files Browse the repository at this point in the history
* ci: test with node 20 & drop node 14

- Test with Node 20 which is current LTS
- Drop Node 14 since it's EOL

We will still test on Node.js 16, since we haven't migrated off it yet.

* ci: publish with node 20
  • Loading branch information
yosiat authored Dec 3, 2023
1 parent ed1b57b commit 452be98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -42,7 +42,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 20.x
registry-url: https://registry.npmjs.org

- run: npm publish --access public
Expand Down

0 comments on commit 452be98

Please sign in to comment.