Skip to content

Commit

Permalink
fix: node.js versions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored Apr 24, 2023
1 parent a8b6053 commit 1711c61
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, lts/*]
node: [16.x, 18.x, 20.x, lts/*]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 16
node-version: lts/*
- name: Install dependencies
run: |
npm install --no-progress --no-package-lock --no-save
Expand Down

0 comments on commit 1711c61

Please sign in to comment.