Skip to content

Commit

Permalink
ci: update node versions
Browse files Browse the repository at this point in the history
Signed-off-by: euberdeveloper <euberdeveloper@gmail.com>
  • Loading branch information
euberdeveloper committed Oct 16, 2022
1 parent 2d89393 commit 401c78b
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 @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [10.x, 11.x, 12.x, 14.x, 14.x, 15.x, 16.x, 17.x]
node-version: [16.x, 17.x, 18.x]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12.x, 14.x, 14.x, 15.x, 16.x, 17.x]
node-version: [16.x, 17.x, 18.x]

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

Expand Down

0 comments on commit 401c78b

Please sign in to comment.