@immowelt/eslint-config-immowelt-base 3.2.13 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,10 +9,10 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
11
  - uses: actions/checkout@v4
12
- - name: Use Node.js 18.x
12
+ - name: Use Node.js 20.x
13
13
  uses: actions/setup-node@v4
14
14
  with:
15
- node-version: 18.x
15
+ node-version: 20.x
16
16
  cache: "yarn"
17
17
  - run: yarn install --frozen-lockfile
18
18
  - run: yarn lint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immowelt/eslint-config-immowelt-base",
3
- "version": "3.2.13",
3
+ "version": "3.3.0",
4
4
  "description": "ESLint shareable base config",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/ImmoweltGroup/eslint-config-immowelt-base.git",
@@ -61,7 +61,7 @@
61
61
  "extends @immowelt/browserslist-config"
62
62
  ],
63
63
  "engines": {
64
- "node": ">=12.22.6",
64
+ "node": ">=18.0.0",
65
65
  "yarn": ">=1.6.0"
66
66
  },
67
67
  "volta": {