Skip to content

Commit

Permalink
Node 14 updates (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdiliberto authored May 31, 2021
1 parent 01857dd commit bcb8b8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Volta
uses: volta-cli/action@v1
with:
node-version: 10
node-version: 12
- name: Cache Dependencies
uses: actions/cache@v2
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup Volta
uses: volta-cli/action@v1
with:
node-version: 10
node-version: 12
- name: Cache Dependencies
uses: actions/cache@v2
with:
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Setup Volta
uses: volta-cli/action@v1
with:
node-version: 10
node-version: 12
- name: Cache Dependencies
uses: actions/cache@v2
with:
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Setup Volta
uses: volta-cli/action@v1
with:
node-version: 10
node-version: 12
- name: Install Dependencies without Lockfile
run: yarn install --no-lockfile --non-interactive
- name: Browser Tests
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Setup Volta
uses: volta-cli/action@v1
with:
node-version: 10
node-version: 12
- name: Cache Dependencies
uses: actions/cache@v2
with:
Expand All @@ -142,7 +142,7 @@ jobs:
- name: Setup Volta
uses: volta-cli/action@v1
with:
node-version: 10
node-version: 12
- name: Cache Dependencies
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Compatibility

* Ember.js v3.16 or above
* Ember CLI v2.13 or above
* Node.js v10 or above
* Node.js v12 or above


Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"typescript": "^4.3.2"
},
"engines": {
"node": "10.* || >= 12"
"node": "12.* || >= 14"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit bcb8b8f

Please sign in to comment.