diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e2bade2..bb09eb2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,7 +24,7 @@ jobs: if: ${{ needs.release-please.outputs.release_created }} steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2.4.0 + - uses: actions/setup-node@v2.5.1 with: node-version: 15 registry-url: 'https://registry.npmjs.org'