Skip to content

Commit ad16f6f

Browse files
authored
refactor: slightly increased the minimum node version (#1358)
slightly increased minimum node version to satisfy packages like @babel/eslint-parser
1 parent 4118f74 commit ad16f6f

File tree

37 files changed

+37
-37
lines changed

37 files changed

+37
-37
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- before posting an issue, try chatting on https://gitter.im/pattern-lab/node -->
22

3-
<!-- before posting an issue, verify you are running at least Node 12.12.x -->
3+
<!-- before posting an issue, verify you are running at least Node 12.13.x -->
44

55
<!-- Please consider to even also contribute by analyzing the problem within the codebase and suggesting a solution, either in this ticket or – even better and easier – with a pull request. All of our activities are non-profit and open source work is highly benefiting by any possible support from the community. -->
66

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up NodeJS
1313
uses: actions/setup-node@v2.1.4
1414
with:
15-
node-version: '>=12.12.0'
15+
node-version: '>=12.13.1'
1616

1717
- name: Setup the project
1818
run: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.12.0
1+
12.13.1

packages/cli/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.12.0
1+
12.13.1

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
5656
"license": "MIT",
5757
"engines": {
58-
"node": ">=12.12.0"
58+
"node": ">=12.13.1"
5959
},
6060
"publishConfig": {
6161
"access": "public"

packages/core/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.12.0
1+
12.13.1

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"test": "tap test/*_tests.js --reporter spec --coverage"
6767
},
6868
"engines": {
69-
"node": ">=12.12.0"
69+
"node": ">=12.13.1"
7070
},
7171
"publishConfig": {
7272
"access": "public"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.12.0
1+
12.13.1

packages/development-edition-engine-handlebars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"url": "git://github.com/pattern-lab/patternlab-node.git"
2727
},
2828
"engines": {
29-
"node": ">=12.12.0"
29+
"node": ">=12.13.1"
3030
},
3131
"dependencies": {
3232
"@pattern-lab/cli": "^5.15.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.12.0
1+
12.13.1

0 commit comments

Comments
 (0)