Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik committed Mar 5, 2024
1 parent 66ca79c commit 7032632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- name: Cypress run
uses: cypress-io/github-action@v6
3 changes: 0 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ name: Node.js CI

on:
push:
branches: [main]
pull_request:
branches: [main]

env:
NODE_OPTIONS: --max_old_space_size=4096
Expand All @@ -28,7 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Setup PNPM
# uses: pnpm/action-setup@35ab4267a1a21c8e8cb1c087cf1642e891ff57bd
uses: pnpm/[email protected]
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
Expand Down

0 comments on commit 7032632

Please sign in to comment.