Skip to content

Commit

Permalink
Node.js 14.x is no longer available for testing either
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Jun 21, 2024
1 parent 7702e80 commit e808f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e808f3d

Please sign in to comment.