Skip to content

Commit

Permalink
actions working on 18.x, 20.x, 21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Feb 25, 2024
1 parent 34ced84 commit 0b12cf9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10.15.x, 12.x, 14.x, 16.x]
node-version: [10.15.x, 12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}

Expand All @@ -19,9 +19,11 @@ jobs:
git config --global core.autocrlf false
git config --global core.symlinks true
if: runner.os == 'Windows'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
show-progress: false
- name: ${{ matrix.os }}-node-v${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down

0 comments on commit 0b12cf9

Please sign in to comment.