diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30e82a3..048d352 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v2 with: path: ~/.npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d7331b..211eb69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - name: Checkout uses: actions/checkout@v3 with: @@ -43,13 +43,14 @@ jobs: - name: Release uses: cycjimmy/semantic-release-action@v2 with: + semantic_version: 19 extra_plugins: | - @semantic-release/commit-analyzer + @semantic-release/commit-analyzer@^9 semantic-release-interval - @semantic-release/release-notes-generator + @semantic-release/release-notes-generator@^10 @semantic-release/git - @semantic-release/github - @semantic-release/npm + @semantic-release/github@^8 + @semantic-release/npm@^9 @googlemaps/semantic-release-config semantic-release-npm-deprecate env: