diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f11776f..4323171 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -170,18 +170,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 10.x - - - name: Download Cached Deps - id: cache-node-modules - uses: actions/cache@v1 - env: - cache-name: node-modules - with: - path: ~/.npm - key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-${{ env.cache-name }}- + node-version: 14 - name: Install dependencies run: npm ci @@ -214,7 +203,7 @@ jobs: GIT_COMMITTER_NAME: "nr-opensource-bot" GIT_COMMITTER_EMAIL: "opensource+bot@newrelic.com" GITHUB_TOKEN: ${{ secrets.OPENSOURCE_BOT_TOKEN }} - run: npx semantic-release + run: npx semantic-release@^18.0.0 - name: Re-enable "required_pull_request_reviews" branch protection id: enable-branch-protection