Skip to content

Commit

Permalink
Update dependencies; Bump minimum node version to v18 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Dec 10, 2023
1 parent a0fe480 commit 0a4e019
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ jobs:
fail-fast: false
matrix:
node-version:
- 20
- 18
- 16
- 14
- 12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"space": 4
},
"dependencies": {
"got": "^11.8.2"
"got": "^14.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"sinon": "^11.1.2",
"xo": "^0.54.2"
"ava": "^6.0.1",
"sinon": "^17.0.1",
"xo": "^0.56.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=18"
}
}

0 comments on commit 0a4e019

Please sign in to comment.