@immowelt/eslint-config-immowelt-base 3.1.8 → 3.2.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@v3
12
- - name: Use Node.js 16.x
12
+ - name: Use Node.js 18.x
13
13
  uses: actions/setup-node@v3
14
14
  with:
15
- node-version: 16.x
15
+ node-version: 18.x
16
16
  cache: "yarn"
17
17
  - run: yarn install --frozen-lockfile
18
18
  - run: yarn lint
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 16.17.0
1
+ 18.12.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immowelt/eslint-config-immowelt-base",
3
- "version": "3.1.8",
3
+ "version": "3.2.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",
@@ -65,7 +65,7 @@
65
65
  "yarn": ">=1.6.0"
66
66
  },
67
67
  "volta": {
68
- "node": "16.17.0",
68
+ "node": "18.12.0",
69
69
  "yarn": "1.22.19"
70
70
  }
71
71
  }