Skip to content

Commit

Permalink
fix: install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff2 committed Oct 7, 2024
1 parent 7aab815 commit 20b561b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Check package compatibility"
name: "Check compatibility"

on:
push:
Expand All @@ -10,6 +10,7 @@ on:

jobs:
check-compatibility:
name: 'Check compatibility'
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -28,6 +29,9 @@ jobs:
cache: pnpm
node-version: ${{ matrix.node }}

- name: Install dependencies
run: pnpm install

- name: Override ESLint
working-directory: apps/compatibility-check
run: pnpm install -D eslint@${{ matrix.eslint }}
Expand Down

0 comments on commit 20b561b

Please sign in to comment.