Skip to content

Commit

Permalink
build: set requirement for Node.js to version 12
Browse files Browse the repository at this point in the history
  • Loading branch information
yonmey committed Aug 20, 2021
1 parent 0a1ab94 commit 60a1dd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#$ - scenario: ember-beta
#$ - scenario: ember-default-with-jquery
#$ - scenario: ember-classic
#$ nodeVersion: 10.x
#$ nodeVersion: 12.x
#$ packageManager: yarn
#

Expand All @@ -34,7 +34,7 @@ on:
pull_request:

env:
NODE_VERSION: '10.x'
NODE_VERSION: '12.x'

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Hot plug your features: `ember-feature-controls` provides an administration pane

* 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 @@ -82,7 +82,7 @@
"sass": "^1.32.11"
},
"engines": {
"node": "10.* || >= 12"
"node": "12.* || >= 14"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 60a1dd7

Please sign in to comment.