Skip to content

Commit

Permalink
feat: v3
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drops support for node v12 and v13.
  • Loading branch information
jshor committed Jun 1, 2021
1 parent be44d79 commit 6571397
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
node-version: [12, 13, 14, 15, 16]
node-version: [14, 15, 16]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
# list only the earliest and latest node versions supported
# this makes PR builds more efficient
node-version: [12, 16]
node-version: [14, 16]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"host": "https://github.com/jshor/symbology/releases/download/"
},
"engines": {
"node": ">=12.0.0 <17.0.0"
"node": ">=14.0.0 <17.0.0"
},
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.2",
Expand Down

0 comments on commit 6571397

Please sign in to comment.