diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f07169..89495c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Setup Node.js + uses: actions/setup-node@v2 + with: + node-version: "20.x" - uses: pnpm/action-setup@v2 # Install npm dependencies, cache them correctly # and run all Cypress tests