Skip to content

Commit

Permalink
update .github/workflows/js-test-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Nov 28, 2022
1 parent e359ba0 commit 00e46e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
branches:
- master # with #262 - ${{{ github.default_branch }}}
pull_request:
branches:
- master # with #262 - ${{{ github.default_branch }}}

jobs:

Expand All @@ -29,7 +27,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
node: [16]
node: [lts/*]
fail-fast: true
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 00e46e6

Please sign in to comment.