Skip to content

Commit

Permalink
chore: update Node.js versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Feb 8, 2024
1 parent d8ac460 commit 0afdaf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14.x, 16.x, 18.x, lts/*, current]
node: [18.x, 20.x, lts/*, current]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4.0.2
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 0afdaf0

Please sign in to comment.