Skip to content

Commit 9935c0b

Browse files
authored
migrate from node 12 to node 14 / new LTS support (#1430)
* refactor: increased supported Node version to 14 #1429 * refactor: increased supported Node version to 14 #1429 * refactor: increased supported Node version to 14.20.1
1 parent 96563d2 commit 9935c0b

File tree

43 files changed

+43
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-43
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion

.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.13.1'
15+
node-version: '>=14.20.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.13.1
1+
14.20.1

packages/cli/.nvmrc

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

packages/cli/package.json

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

packages/core/.nvmrc

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"test": "tap test/*_tests.js --reporter spec --coverage"
6565
},
6666
"engines": {
67-
"node": ">=12.13.1"
67+
"node": ">=14.20.1"
6868
},
6969
"publishConfig": {
7070
"access": "public"

packages/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac",
1717
"engines": {
18-
"node": ">=12.13.1"
18+
"node": ">=14.20.1"
1919
}
2020
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.13.1
1+
14.20.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.13.1"
29+
"node": ">=14.20.1"
3030
},
3131
"dependencies": {
3232
"@pattern-lab/cli": "^5.17.0",

0 commit comments

Comments
 (0)