Skip to content

Commit

Permalink
Try pinning @parcel/watcher to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Sep 25, 2024
1 parent bc50ce3 commit a4935ac
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 45 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
- run: npm ci
- run: npm run fmt-frontend-check
- run: npm run lint
- run: npm run build
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
- run: npm ci
- run: npm run test-frontend:coverage
env:
CI: true
Expand Down
68 changes: 25 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"@parcel/packager-raw-url": "^2.12.0",
"@parcel/reporter-bundle-analyzer": "^2.12.0",
"@parcel/transformer-webmanifest": "^2.12.0",
"@parcel/watcher": "2.1",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
Expand Down

0 comments on commit a4935ac

Please sign in to comment.