diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2499f7e..d233e45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: release: name: Build, test, and release - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest if: "contains(github.event.head_commit.message, 'Deploy new version')" steps: - name: Checkout @@ -19,7 +19,7 @@ jobs: with: node-version: 14 - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v6 env: cache-name: cache-node-modules with: