Skip to content

Commit

Permalink
chore: Drop node - set minimal node version to >=16 (#2525)
Browse files Browse the repository at this point in the history
* chore: set minimal node version to >=16

* chore: change base node version to 16
  • Loading branch information
BobrImperator authored Mar 24, 2023
1 parent c730591 commit 6c8c318
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3
with:
node-version: 12.x
node-version: 16.x
registry-url: 'https://registry.npmjs.org'

- name: copy readme to package folder
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __[Ember Simple Auth API docs](http://ember-simple-auth.com/api/)__
__[![Discord](https://img.shields.io/discord/480462759797063690.svg?logo=discord)](https://discord.gg/zT3asNS)__

Ember Simple Auth __supports all Ember.js versions starting with 3.12.__
Node __12 is required__
Node __>=16 is required__

# Ember Simple Auth

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"version": "4.2.2",
"volta": {
"node": "14.21.0",
"node": "16.19.1",
"yarn": "1.22.19"
}
}
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"webpack": "^5.74.0"
},
"engines": {
"node": ">= 12"
"node": ">= 16"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit 6c8c318

Please sign in to comment.