We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3ebe2 commit a2e09f5Copy full SHA for a2e09f5
.github/workflows/benchmark.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup Node.js
25
uses: actions/setup-node@v4
26
with:
27
- node-version: 20.x
+ node-version: 22.x
28
check-latest: true
29
cache: 'pnpm'
30
- name: Install dependencies
package.json
@@ -50,8 +50,8 @@
50
"@biomejs/biome": "^1.9.4",
51
"@commitlint/cli": "^19.6.1",
52
"@commitlint/config-conventional": "^19.6.0",
53
- "@eslint/js": "^9.17.0",
54
- "eslint": "^9.17.0",
+ "@eslint/js": "^9.18.0",
+ "eslint": "^9.18.0",
55
"eslint-define-config": "^2.1.0",
56
"eslint-plugin-jsdoc": "^50.6.1",
57
"eslint-plugin-perfectionist": "^4.6.0",
0 commit comments