Skip to content

Commit

Permalink
update node versions for tests to 18,19
Browse files Browse the repository at this point in the history
  • Loading branch information
dichovsky committed Apr 9, 2023
1 parent 514e966 commit 56c97cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: macos-11
strategy:
matrix:
node: [ 16, 18 ]
node: [ 18, 19 ]
steps:
- uses: actions/checkout@v2
- name: Test on macos-11 Use Node.js ${{ matrix.node }}
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 16, 18 ]
node: [ 18, 19 ]
steps:
- uses: actions/checkout@v2
- name: Test on Ubuntu Use Node.js ${{ matrix.node }}
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node: [ 16, 18 ]
node: [ 18, 19 ]
steps:
- uses: actions/checkout@v2
- name: Test on Windows Use Node.js ${{ matrix.node }}
Expand Down

0 comments on commit 56c97cd

Please sign in to comment.