diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1ce8563..0fc4e74 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,12 +9,12 @@ jobs: build-and-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: "20" - cache: "npm" + node-version: lts + cache: npm - run: npm install - run: CI=false npm run build