Skip to content

Commit

Permalink
Merge pull request #103 from empress/node
Browse files Browse the repository at this point in the history
drop support for node < 18
  • Loading branch information
mansona authored Jan 24, 2024
2 parents e44fafe + 56bc6a1 commit 0dde2c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: mansona/npm-lockfile-version@v1
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: npm
- run: npm i -g npm@8
- run: npm ci
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: npm
- run: npm i -g npm@8
- run: npm install --no-package-lock
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: npm
- run: npm i -g npm@8
- run: npm ci
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: npm
- run: npm i -g npm@8
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Compatibility

* Ember.js v3.16 or above
* Ember CLI v3.16 or above
* Node.js v14 or above
* Node.js v18 or above

Super Quick Start
------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"webpack": "^5.74.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
"node": "18.* || >= 20"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 0dde2c8

Please sign in to comment.