From fe3831d333c52e4f57a3ea6e1d19df2130f4daf2 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Wed, 2 Jun 2021 22:07:51 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2278a7f..cb24a28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: needs: test_lint strategy: matrix: - node: [ '15', '14', '13', '12' ] + node: [ '16', '15', '14', '13' ] os: [ windows-latest, ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: @@ -71,11 +71,10 @@ jobs: needs: check_if_version_upgraded if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true' steps: - - uses: garronej/github_actions_toolkit@v2.2 + - uses: garronej/github_actions_toolkit@v2.4 with: action_name: update_changelog branch: ${{ github.ref }} - commit_author_email: ts_ci@github.com create_github_release: runs-on: ubuntu-latest @@ -144,4 +143,4 @@ jobs: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }} \ No newline at end of file + VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }}