Skip to content

Commit

Permalink
Only support Node.js 14 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious committed Oct 1, 2022
1 parent 91a0108 commit ea32641
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [6.0.0] - 2022-10-01

### Changed

- Only support Node.js 14 or newer

## [5.0.0] - 2021-12-11

### Changed
Expand Down Expand Up @@ -54,4 +60,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

### Changed

- Ignore `yarn.lock` and `package-lock.json` files
- Ignore `yarn.lock` and `package-lock.json` files
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -36,8 +36,8 @@
"lint": "eslint '{src,test}/**/*.js'"
},
"devDependencies": {
"@electerious/eslint-config": "^3.0.0",
"chai": "^4.3.0",
"@electerious/eslint-config": "^3.5.0",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"uuid": "^9.0.0"
Expand Down

0 comments on commit ea32641

Please sign in to comment.