Skip to content

Commit

Permalink
Drop Node 16/17 support and add Node 20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Sep 26, 2023
1 parent c346761 commit 8409bda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'npm'
- run: npm ci
- name: Build
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,5 @@
"node-fetch": "^2.6.7",
"path-to-regexp": "^6.2.1"
},
"jest": {
"globalSetup": "./tests/globalSetup.js"
}
"jest": {}
}
13 changes: 0 additions & 13 deletions tests/globalSetup.js

This file was deleted.

0 comments on commit 8409bda

Please sign in to comment.