@eslinted/core 4.0.3 → 4.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,6 +25,7 @@ jobs:
25
25
  uses: actions/setup-node@v4
26
26
  with:
27
27
  node-version: 20
28
+ check-latest: true
28
29
  registry-url: "https://registry.npmjs.org"
29
30
  - name: Install Dependencies
30
31
  id: ci
@@ -25,6 +25,7 @@ jobs:
25
25
  uses: actions/setup-node@v4
26
26
  with:
27
27
  node-version: 20
28
+ check-latest: true
28
29
  registry-url: "https://registry.npmjs.org"
29
30
  - name: Install Dependencies
30
31
  id: ci
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "_schemaVersion": "20.17.10",
2
+ "_schemaVersion": "20.18.0",
3
3
  "name": "@eslinted/core",
4
- "version": "4.0.3",
4
+ "version": "4.0.4",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "engineStrict": true,
24
24
  "engines": {
25
- "node": ">=20.17.0",
25
+ "node": ">=20.18.0",
26
26
  "npm": ">=10.8.2"
27
27
  },
28
28
  "peerDependenciesMeta": {},