Skip to content

Commit cd1680b

Browse files
authored
build(deps-dev): Upgrade knip from 5.88.1 to 6.7.0 (#1039)
JIRA: CPOUI5FOUNDATION-1222
1 parent 3d66155 commit cd1680b

5 files changed

Lines changed: 432 additions & 23 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v6
19-
- name: Use Node.js 20.11.0
19+
- name: Use Node.js 20.19.0
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: 20.11.0
22+
node-version: 20.19.0
2323

2424
- name: Install dependencies
2525
run: npm ci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false # Do not stop other jobs if one fails
1919
matrix:
20-
version: [20, 22, 24]
20+
version: ["20.11.0", 22, 24]
2121
os: [ubuntu-24.04, windows-2025, macos-15]
2222
runs-on: ${{ matrix.os }}
2323
steps:

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)