Skip to content

Commit

Permalink
Merge pull request #115 from qonto/drop-node-16
Browse files Browse the repository at this point in the history
feat: drop node v16
  • Loading branch information
vscav authored Nov 14, 2023
2 parents 37db304 + 4b4fbff commit 5970692
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:

env:
NODE_VERSION: "16.x"
NODE_VERSION: "18.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 @@ -18,7 +18,7 @@ Easy [Prismic](https://prismic.io/) rendering in [Ember.js](https://emberjs.com)

- Ember.js v4.4 or above
- Ember CLI v4.4 or above
- Node.js v16 or above
- Node.js v18 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 @@ -27,7 +27,7 @@
"test-app"
],
"engines": {
"node": "16.* || >= 18"
"node": ">= 18"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"webpack": "^5.89.0"
},
"engines": {
"node": "16.* || >= 18"
"node": ">= 18"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 5970692

Please sign in to comment.