Skip to content

Commit

Permalink
chore: update CI to remove Node 12 (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme authored Apr 20, 2022
1 parent 0786082 commit 7c13920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"homepage": "https://github.com/moscajs/aedes#readme",
"engines": {
"node": ">=12"
"node": ">=14"
},
"devDependencies": {
"@sinonjs/fake-timers": "^9.1.2",
Expand Down

0 comments on commit 7c13920

Please sign in to comment.