diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index ece2b993..9972c7ef 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -8,7 +8,7 @@ on: jobs: main: name: Build and Deploy - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3