Skip to content

Commit

Permalink
Bump binary releases from Node v12 to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
simonnilsson committed Nov 14, 2021
1 parent f51e5c9 commit 5e06ada
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
### Changed
- **BREAKING** Dropped support for Node v10
- Bump binary releases from Node v12 to v14


## [1.5.2] - 2021-11-14
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
],
"assets": "./assets/**/*",
"targets": [
"node12-win-x64",
"node12-macos-x64",
"node12-linux-x64",
"node12-alpine-x64"
"node14-win-x64",
"node14-macos-x64",
"node14-linux-x64",
"node14-alpine-x64"
]
}
}

0 comments on commit 5e06ada

Please sign in to comment.