Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 11, 2023
1 parent 9e0700f commit 9571122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Target Packages
run: |+
npm i -D eslint@7
npm i -D eslint@7 --legacy-peer-deps
npx rimraf node_modules
npm install
npm install --legacy-peer-deps
- name: Test
run: npm test
test-and-coverage:
Expand Down

0 comments on commit 9571122

Please sign in to comment.