Skip to content

Commit 221d84b

Browse files
committed
breaking: minimum supported node version v14
1 parent 59fe863 commit 221d84b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: mansona/npm-lockfile-version@v1
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 12.x
27+
node-version: 14.x
2828
cache: npm
2929
- run: npm i -g npm@8
3030
- run: npm ci
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v2
4040
- uses: actions/setup-node@v3
4141
with:
42-
node-version: 12.x
42+
node-version: 14.x
4343
cache: npm
4444
- run: npm i -g npm@8
4545
- run: npm install --no-shrinkwrap
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v2
7373
- uses: actions/setup-node@v3
7474
with:
75-
node-version: 12.x
75+
node-version: 14.x
7676
cache: npm
7777
- run: npm i -g npm@8
7878
- run: npm ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Compatibility
1313

1414
* Ember.js v3.24 or above
1515
* Ember CLI v3.24 or above
16-
* Node.js v12 or above
16+
* Node.js v14 or above
1717

1818

1919
Installation

0 commit comments

Comments
 (0)