Skip to content

Commit

Permalink
drop support for Node.js 10
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Nov 9, 2021
1 parent d5b2253 commit af6311b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['10', '12', '14', '16', '17']
node: ['12', '14', '16', '17']

name: Node ${{ matrix.node }} CI

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

# i18n-iso-countries

> ⚠️ Version 5 drops support for node 6 and 7!
i18n for ISO 3166-1 country codes. We support Alpha-2, Alpha-3 and Numeric codes from ['Wikipedia: Officially assigned code elements'][iso:3166-1]

## Installing
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-iso-countries",
"version": "6.9.0",
"version": "7.0.0",
"description": "i18n for ISO 3166-1 country codes",
"typings": "index.d.ts",
"keywords": [
Expand Down Expand Up @@ -126,7 +126,7 @@
"main": "entry-node",
"browser": "index",
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"scripts": {
"test": "mocha test/*.js",
Expand Down

0 comments on commit af6311b

Please sign in to comment.