Skip to content

Commit

Permalink
chore!: drop Node.js 14.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 14, 2023
1 parent 968fdac commit cc28594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14.x, 16.x, 18.x, lts/*, current]
node: [16.x, 18.x, lts/*, current]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3.6.0
with:
node-version: 18
node-version: lts/*
- name: Install dependencies
run: |
npm install --no-progress --no-package-lock --no-save
Expand Down

0 comments on commit cc28594

Please sign in to comment.