Skip to content

Commit

Permalink
dropped node v12 and v14 from testing matrix; added v20
Browse files Browse the repository at this point in the history
  • Loading branch information
lbjay committed Feb 5, 2024
1 parent 91dfe27 commit ea33a92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:

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

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Modified

- dropped node v12 and v14 from testing matrix; added v20

## [0.15.0] - 2024-02-05

### Fixed
Expand Down

0 comments on commit ea33a92

Please sign in to comment.