Skip to content

Commit b1a58bc

Browse files
committed
fix!: Drop support for node 14, 16. Now supports node 18 and 20.
1 parent 625d69d commit b1a58bc

File tree

3 files changed

+253
-300
lines changed

3 files changed

+253
-300
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
node: [14, 16, 18]
13+
node: [18, 20]
1414
os: [ubuntu-latest, windows-latest]
1515
env:
1616
OS: ${{ matrix.os }}

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ steps.release.outputs.release_created }}
2222
- uses: actions/setup-node@v3
2323
with:
24-
node-version: 16
24+
node-version: 20
2525
registry-url: 'https://registry.npmjs.org'
2626
if: ${{ steps.release.outputs.release_created }}
2727
- run: npm ci

0 commit comments

Comments
 (0)