Skip to content

Commit

Permalink
Run workflows with node 20, dropped node 14 and 16 support (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r authored and AlCalzone committed Jun 12, 2024
1 parent ee8c4b4 commit 3c0c9fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

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

steps:
- name: Checkout code
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- name: Checkout code
Expand Down

0 comments on commit 3c0c9fd

Please sign in to comment.