Skip to content

Commit

Permalink
Merge pull request #110 from gethinode/develop
Browse files Browse the repository at this point in the history
ci: update nodejs test strategy
  • Loading branch information
markdumay authored Jul 31, 2024
2 parents 288f104 + 41ea2ae commit 2139a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

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

0 comments on commit 2139a14

Please sign in to comment.