From 094c3ab8e9d3dd021e6e7f8138c181cc6a8f420e Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 28 Nov 2022 10:02:30 +0000 Subject: [PATCH] update .github/workflows/js-test-and-release.yml --- .github/workflows/js-test-and-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/js-test-and-release.yml b/.github/workflows/js-test-and-release.yml index 65d30bda..c6897e3b 100644 --- a/.github/workflows/js-test-and-release.yml +++ b/.github/workflows/js-test-and-release.yml @@ -7,8 +7,6 @@ on: branches: - master # with #262 - ${{{ github.default_branch }}} pull_request: - branches: - - master # with #262 - ${{{ github.default_branch }}} jobs: @@ -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