diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc6640a..bc29bfd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cd4e9..f7a2a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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