Skip to content

Commit 507403f

Browse files
authored
build(deps-dev): Upgrade knip from 5.85.0 to 6.7.0
1 parent 5298eb0 commit 507403f

5 files changed

Lines changed: 515 additions & 42 deletions

File tree

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: 20.11.0
25+
node-version: 20.19.0
2626

2727
- name: Install dependencies
2828
run: npm ci

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Unit and Integration
1717
strategy:
1818
matrix:
19-
version: [20, 22]
19+
version: ["20.11.0", 20, 22]
2020
os: [ubuntu-24.04, windows-2025, macos-15]
2121
runs-on: ${{ matrix.os }}
2222
steps:
@@ -29,7 +29,7 @@ jobs:
2929
node-version: ${{ matrix.version }}
3030

3131
- name: Install dependencies
32-
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
32+
run: npm ci
3333

3434
- name: Run unit tests
3535
run: npm run test:unit:coverage

knip.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const config = {
66
rules: {
77
files: "off",
88
duplicates: "off",
9-
classMembers: "off",
109
unlisted: "off",
1110
binaries: "off",
1211
unresolved: "off",

0 commit comments

Comments
 (0)