Skip to content

Commit

Permalink
Update npm-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elf-pavlik committed May 14, 2024
1 parent 30ca35b commit 60f9bdd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
- ubuntu-latest
- windows-latest
node-version:
- '18.0'
- 18.0
- 18.x
- '20.0'
- 20.0
- 20.x
- 22.1
- 22.x
timeout-minutes: 15
steps:
Expand Down Expand Up @@ -124,7 +125,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- name: Check out repository
uses: actions/checkout@v4.1.1
- name: Install dependencies and run build scripts
Expand Down

0 comments on commit 60f9bdd

Please sign in to comment.