From 7032632c97c1fab573e867dcc37ddf58ea3b994d Mon Sep 17 00:00:00 2001 From: Mathieu Schimmerling Date: Tue, 5 Mar 2024 17:11:54 +0100 Subject: [PATCH] x --- .github/workflows/e2e.yml | 2 ++ .github/workflows/node.js.yml | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c0c139f2..efbcb942 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -8,5 +8,7 @@ jobs: uses: actions/checkout@v4 # Install npm dependencies, cache them correctly # and run all Cypress tests + - name: Setup PNPM + uses: pnpm/action-setup@v2.2.1 - name: Cypress run uses: cypress-io/github-action@v6 \ No newline at end of file diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6c047391..f92fa574 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,7 @@ name: Node.js CI on: push: - branches: [main] pull_request: - branches: [main] env: NODE_OPTIONS: --max_old_space_size=4096 @@ -28,7 +26,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Setup PNPM - # uses: pnpm/action-setup@35ab4267a1a21c8e8cb1c087cf1642e891ff57bd uses: pnpm/action-setup@v2.2.1 - run: pnpm install --frozen-lockfile - run: pnpm run lint