Skip to content

Commit 91cb9dd

Browse files
committed
Update ESLint to 10.4.0
Also specify node version in workflows
1 parent 8d99084 commit 91cb9dd

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
persist-credentials: false
1515
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1616
with:
17+
node-version: '22'
1718
cache: npm
1819
- name: Set up JDK 21
1920
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
@@ -31,6 +32,7 @@ jobs:
3132
persist-credentials: false
3233
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3334
with:
35+
node-version: '22'
3436
cache: npm
3537
- run: npm ci
3638
- run: npm test
@@ -47,6 +49,7 @@ jobs:
4749
sudo udevadm trigger --name-match=kvm
4850
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4951
with:
52+
node-version: '22'
5053
cache: npm
5154
- name: Set up JDK 21
5255
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@eslint/js": "^10.0.1",
99
"@stylistic/eslint-plugin": "^5.10.0",
1010
"esbuild": "^0.28.0",
11-
"eslint": "^10.3.0",
11+
"eslint": "^10.4.0",
1212
"globals": "^17.6.0",
1313
"pdfjs-dist": "^5.7.284",
1414
"vitest": "^4.1.6"

0 commit comments

Comments
 (0)