Skip to content

Commit

Permalink
fix!: Drop support for node 14, 16. Now supports node 18 and 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Oct 30, 2023
1 parent 625d69d commit b1a58bc
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 300 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [14, 16, 18]
node: [18, 20]
os: [ubuntu-latest, windows-latest]
env:
OS: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
Expand Down
Loading

0 comments on commit b1a58bc

Please sign in to comment.