Skip to content

Commit

Permalink
starting dependency-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
farskipper committed Nov 5, 2023
1 parent bd490bd commit 82dbd4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
fail-fast: true
matrix:
node-version:
- lts/* # LTS version
- "17" # latest version
- lts/*
- latest
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand All @@ -20,5 +20,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- run: npm i
- run: npm ci
- run: npm test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"@types/abstract-leveldown": "^5.0.1",
"@types/levelup": "^4.3.0",
"@types/lodash": "^4.14.157",
"ava": "^4.0.0",
"ava": "^5.3.1",
"nyc": "^15.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^5.2.2"
},
"ava": {
"extensions": [
Expand Down

0 comments on commit 82dbd4a

Please sign in to comment.