File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 - uses : actions/setup-node@v4
3030 with :
3131 node-version : ${{ matrix.node-version }}
32- - run : npm install
32+ - run : npm install --legacy-peer-deps
3333 - run : npx c8 ava
3434 - uses : codecov/codecov-action@v5
3535 with :
7272 steps :
7373 - uses : actions/checkout@v4
7474 - uses : actions/setup-node@v4
75- - run : npm install
75+ - run : npm install --legacy-peer-deps
7676 - run : npm run integration -- --group ${{ matrix.group }}
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v4
1313 - uses : actions/setup-node@v4
14- - run : npm install
14+ - run : npm install --legacy-peer-deps
1515 - uses : AriPerkkio/eslint-remote-tester-run-action@v5
1616 with :
1717 issue-title : " Results of weekly scheduled smoke test"
Original file line number Diff line number Diff line change 1515 with :
1616 # Locked due to the difference of `zlib.gzipSync()` between Node.js versions
1717 node-version : 24
18- - run : npm install
18+ - run : npm install --legacy-peer-deps
1919 - run : npm run lint
2020 - run : rm -rf test/snapshots
2121 # Force update snapshots, https://github.com/avajs/ava/discussions/2754
You can’t perform that action at this time.
0 commit comments