Skip to content

Commit

Permalink
drop support for node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Oct 27, 2021
1 parent c521082 commit 093b6ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
NODE_VERSION: '10.x'
NODE_VERSION: '12.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 @@ -12,7 +12,7 @@ In any case, using this addon helps keeping CSP in the forefront of your thought

- Ember.js v2.18 or above
- Ember CLI v3.4 or above
- Node.js v10 or above
- Node.js v12 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 @@ -75,7 +75,7 @@
"semver": "^7.3.5"
},
"engines": {
"node": "10.* || >= 12"
"node": "12.* || 14.* || >= 16"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 093b6ea

Please sign in to comment.