Skip to content

Commit

Permalink
Use node 18.x/20.x in testing workflows (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Apr 17, 2024
1 parent 012c318 commit 107fc26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x] # This should be LTS
node-version: [20.x] # This should be LTS

steps:
- name: Checkout code
Expand Down Expand Up @@ -55,7 +55,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]

steps:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x] # This should be LTS
node-version: [20.x] # This should be LTS

steps:
- name: Checkout code
Expand Down

0 comments on commit 107fc26

Please sign in to comment.