Skip to content

Commit

Permalink
Drop Node 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschot committed Oct 20, 2023
1 parent a02a83e commit 0719b6a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -52,7 +52,7 @@ jobs:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: pnpm
- name: Remove lock file
shell: bash
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion addon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Requirements
------------------------------------------------------------------------------
* Ember.js v3.28 or above
* Ember CLI v3.12 or above
* Node.js v16 or above
* Node.js v18 or above
* ember-cli-babel v7.23 or above
* ember-concurrency v2.x
* ember-auto-import v2.x
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ember-source": ">=3.28.0"
},
"engines": {
"node": "16.* || >= 18"
"node": "18.* || >= 20"
},
"ember": {
"edition": "octane"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"webpack": "5.88.2"
},
"engines": {
"node": "16.* || >= 18"
"node": "18.* || >= 20"
},
"ember": {
"edition": "octane"
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}
},
"engines": {
"node": "16.* || >= 18"
"node": "18.* || >= 20"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 0719b6a

Please sign in to comment.