diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e9b0dd..62db89a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: https://github.com/actions/checkout@v4 - - uses: https://githubom/actions/setup-node@v4 + - uses: https://github.com/actions/setup-node@v4 with: node-version: "20" - run: npm ci --prefer-offline