Skip to content

Commit

Permalink
bump tests/checks from 14,16 to 16,18 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage authored Nov 22, 2023
1 parent 4a5241e commit 81a90a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14, 16]
node-version: [16, 18]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down

0 comments on commit 81a90a3

Please sign in to comment.