diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7a6e55a..b0e46d4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -10,7 +10,7 @@ on: jobs: deploy: - runs-on: node:22 + runs-on: ubuntu-latest permissions: contents: write concurrency: @@ -20,6 +20,10 @@ jobs: working-directory: website steps: - uses: actions/checkout@v3 + - name: Setup Node + uses: actions/setup-node@v3 + with: + node-version: '22' - run: npm install