Skip to content

Commit 6100636

Browse files
committed
TASK: Set required node version to 14 LTS
1 parent 6009aaa commit 6100636

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"@neos-project/eslint-config-neos",
44
"plugin:@typescript-eslint/recommended",
55
"plugin:prettier/recommended",
6-
"prettier/@typescript-eslint"
76
],
87
"parser": "@typescript-eslint/parser",
98
"plugins": [

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10
1+
14

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,9 +1858,9 @@ caniuse-api@^3.0.0:
18581858
lodash.uniq "^4.5.0"
18591859

18601860
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219:
1861-
version "1.0.30001248"
1862-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001248.tgz#26ab45e340f155ea5da2920dadb76a533cb8ebce"
1863-
integrity sha512-NwlQbJkxUFJ8nMErnGtT0QTM2TJ33xgz4KXJSMIrjXIbDVdaYueGyjOrLKRtJC+rTiWfi6j5cnZN1NBiSBJGNw==
1861+
version "1.0.30001320"
1862+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz"
1863+
integrity sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==
18641864

18651865
caseless@~0.12.0:
18661866
version "0.12.0"

0 commit comments

Comments
 (0)