Skip to content

Commit

Permalink
node version: 16 removed; 22 add
Browse files Browse the repository at this point in the history
  • Loading branch information
PLCHome committed Jul 3, 2024
1 parent e9895f9 commit d5fd9e3
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 @@ -25,7 +25,7 @@ jobs:

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

steps:
- name: Checkout source Code
Expand All @@ -52,7 +52,7 @@ jobs:

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

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
startsWith(github.ref, 'refs/tags/v')
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

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

0 comments on commit d5fd9e3

Please sign in to comment.