Skip to content

Commit

Permalink
chore: upgrade packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Yankouski committed Jul 9, 2024
1 parent df07a94 commit 37b993f
Show file tree
Hide file tree
Showing 7 changed files with 6,015 additions and 17,250 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install --frozen-lockfile
- run: npm install --frozen-lockfile --legacy-peer-deps
- run: npm run lint
tests:
name: Tests
Expand All @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install --frozen-lockfile
- run: npm install --frozen-lockfile --legacy-peer-deps
- run: npm run test:ci
build:
name: Build
Expand All @@ -42,5 +42,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install --frozen-lockfile
- run: npm install --frozen-lockfile --legacy-peer-deps
- run: npm run build
Loading

0 comments on commit 37b993f

Please sign in to comment.