Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Merge 15055eb into cef9f26
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Jan 31, 2020
2 parents cef9f26 + 15055eb commit f89d578
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x, 13.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Denis Fäcke
Copyright (c) 2019-2020 Denis Fäcke

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"json-escaping": "^1.0.1"
},
"engines": {
"node": ">= 8.0.0"
"node": ">=10.13.0"
},
"devDependencies": {
"ava": "^2.0.0",
"ava": "^3.0.0",
"fastify": "^2.3.0",
"nyc": "^15.0.0",
"request": "^2.88.0",
Expand Down

0 comments on commit f89d578

Please sign in to comment.