Skip to content

Commit c9273d7

Browse files
authored
Merge pull request #316 from jrjohnson/drop-node-14
Drop support for Node 14
2 parents 2a1ff11 + 9dc2bb9 commit c9273d7

File tree

7 files changed

+24782
-3499
lines changed

7 files changed

+24782
-3499
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 14.x
25+
node-version: 16
2626
cache: npm
2727
- name: Install Dependencies
2828
run: npm ci
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v3
4545
- uses: actions/setup-node@v3
4646
with:
47-
node-version: 14.x
47+
node-version: 16
4848
cache: npm
4949
- name: Install Dependencies
5050
run: npm install --no-shrinkwrap
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install Node
7575
uses: actions/setup-node@v3
7676
with:
77-
node-version: 14.x
77+
node-version: 16
7878
cache: npm
7979
- name: Install Dependencies
8080
run: npm ci

.github/workflows/update-transitive-dependenies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 14
17+
node-version: 16
1818
- name: remove and re-create lock file
1919
run: |
2020
rm package-lock.json

.nvmrc

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It is built using EmberJS and takes advantage of the awesome [Sharp](https://git
1414

1515
* Ember.js v4.4 or above
1616
* Ember CLI v4.4 or above
17-
* Node.js v14 or above
17+
* Node.js v16 or above
1818

1919

2020
## Installation

0 commit comments

Comments
 (0)