diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b14f56..2c86491 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: npm: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest permissions: contents: read packages: write @@ -29,7 +29,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} tag: needs: npm - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4