Skip to content

Commit

Permalink
Merge pull request #95 from ghusse/chore/remove-fibers
Browse files Browse the repository at this point in the history
chore: remove fibers
  • Loading branch information
lucien-chastan authored Nov 19, 2024
2 parents 3967bb7 + a1abf94 commit 1c66410
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 22,641 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

- name: 'Install dependencies in CI mode'
run: 'npm ci'
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

- name: 'Build'
run: 'npm run build'
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

- name: 'Lint'
run: 'npm run lint'
Expand Down
Loading

0 comments on commit 1c66410

Please sign in to comment.