Skip to content

Commit

Permalink
bump CI tests node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nfriedly committed Nov 15, 2022
1 parent dda4e4b commit 17d14b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Lint
strategy:
matrix:
node-version: [18]
node-version: [19]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
name: Test (Library)
strategy:
matrix:
node-version: [12, 14, 16, 18]
node-version: [14, 16, 18, 19]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -46,7 +46,7 @@ jobs:
name: Test (External)
strategy:
matrix:
node-version: [12, 14, 16, 18]
node-version: [14, 16, 18, 19]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -14,6 +14,7 @@ and this project adheres to
- Added advertisement to Readme for project sponsor
[Zuplo](https://zuplo.link/express-rate-limit).
- Updated TypeScript version and other dev dependencies
- Changed CI test suite: dropped node.js 12, added node.js 19

No functional changes.

Expand Down

0 comments on commit 17d14b3

Please sign in to comment.