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

Commit

Permalink
Merge pull request #18 from SerayaEryn/greenkeeper/ava-3.0.0
Browse files Browse the repository at this point in the history
Update ava to the latest version 🚀
  • Loading branch information
SerayaEryn committed Jan 31, 2020
2 parents a9c1391 + 239e4a5 commit ac92f6f
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) 2018-2019 Denis Fäcke
Copyright (c) 2018-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 @@ -18,7 +18,7 @@
"time"
],
"engines": {
"node": ">=8"
"node": ">=10.13.0"
},
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"author": "Denis Fäcke",
"license": "MIT",
"devDependencies": {
"ava": "^2.4.0",
"ava": "^3.0.0",
"nyc": "^15.0.0",
"standard": "^14.0.0"
},
Expand Down

0 comments on commit ac92f6f

Please sign in to comment.