Skip to content

Commit

Permalink
chore: drop node 10 (#2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Jul 15, 2021
1 parent e93a120 commit ae243db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x

- name: get yarn cache dir
id: yarn-cache
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x

- name: get yarn cache dir
id: yarn-cache
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x

- name: get yarn cache dir
id: yarn-cache
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x

- name: get yarn cache dir
id: yarn-cache
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -5,6 +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.0.__
Node __12 is required__

# Ember Simple Auth

Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Expand Up @@ -78,7 +78,7 @@
"torii": "^0.10.0"
},
"engines": {
"node": "10.* || >= 12.*"
"node": ">= 12"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit ae243db

Please sign in to comment.