Skip to content

Commit

Permalink
ci: remove Node 10-12 & add Node 16-18. (#1271)
Browse files Browse the repository at this point in the history
Supported Node versions include 14-18.
  • Loading branch information
TylerBreau authored Nov 24, 2022
1 parent f804a42 commit 6e93ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [14.x, 16.x, 18.x]
os: [macos-latest]

steps:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down

0 comments on commit 6e93ee9

Please sign in to comment.