Skip to content

Commit

Permalink
update test & release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Jul 25, 2023
1 parent d498b63 commit 0123e8a
Show file tree
Hide file tree
Showing 3 changed files with 11,134 additions and 2,350 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.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]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
Loading

0 comments on commit 0123e8a

Please sign in to comment.