diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 888eb86..510304e 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -10,6 +10,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Setup Node.js 20.10.0 + uses: actions/setup-node@v3 + with: + node-version: '20.10.0' + - name: Setup pnpm uses: pnpm/action-setup@v4 with: @@ -32,10 +37,10 @@ jobs: runs-on: ubuntu-22.04 needs: install steps: - - name: Setup pnpm - uses: pnpm/action-setup@v4 + - name: Setup Node.js 20.10.0 + uses: actions/setup-node@v3 with: - version: 9 + node-version: '20.10.0' - name: Checkout uses: actions/checkout@v4