Skip to content

Commit

Permalink
Add more tested Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Aug 2, 2023
1 parent a963241 commit de8910d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x
registry-url: https://registry.npmjs.org

- name: Verify versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [4.x, 6.x, 8.x, 10.x, 12.x, 14.x, 16.x]
node-version: [4.x, 6.x, 8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit de8910d

Please sign in to comment.