We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebcf61 commit dfca2b2Copy full SHA for dfca2b2
3 files changed
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install Node.js
21
uses: actions/setup-node@v3
22
with:
23
- node-version: 19
+ node-version: 20
24
cache: pnpm
25
- name: Install dependencies
26
run: pnpm install --frozen-lockfile --ignore-scripts
package.json
@@ -39,7 +39,7 @@
39
"@logux/eslint-config": "^52.0.1",
40
"c8": "^8.0.1",
41
"clean-publish": "^4.2.0",
42
- "eslint": "^8.50.0",
+ "eslint": "^8.51.0",
43
"eslint-config-standard": "^17.1.0",
44
"eslint-plugin-import": "^2.28.1",
45
"eslint-plugin-n": "^16.1.0",
0 commit comments