Skip to content

Commit 5fc3edd

Browse files
committed
fix: remove old workflow code path
1 parent c3bec1b commit 5fc3edd

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,7 @@ jobs:
4040
- name: Install
4141
run: npm install
4242

43-
- name: Test (Node.js <= 16.x)
44-
if: matrix.node-version <= '16.x'
45-
run: npm run test:nolint
46-
env:
47-
CI: true
48-
4943
- name: Test
50-
if: matrix.node-version > '16.x'
5144
run: npm test
5245
env:
5346
CI: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
},
3030
"devDependencies": {
3131
"@architect/eslint-config": "~3.0.0",
32-
"eslint": "~9.36.0"
32+
"eslint": "~9.39.1"
3333
}
3434
}

0 commit comments

Comments
 (0)