Skip to content

Commit

Permalink
Updating for v9: update dependencies and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ranieri innocenti committed Oct 13, 2023
1 parent faaa091 commit 5081a17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,24 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
node-version: [14, 16, 18]
node-version: [18, 20]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Check out repo
uses: actions/checkout@v4

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install

- name: Install dependencies
run: npm i
- name: Tests

- name: Run tests
run: npm test

automerge:
name: Automerge Dependabot PRs
needs: test
runs-on: ubuntu-latest
permissions:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/davidmarkclements/koa-pino-logger#readme",
"dependencies": {
"pino-http": "^7.0.0"
"pino-http": "git+https://github.com/pinojs/pino-http.git#next"
},
"devDependencies": {
"koa": "^2.13.1",
Expand All @@ -33,6 +33,6 @@
"koa-morgan": "^1.0.1",
"split2": "^4.1.0",
"standard": "^17.0.0",
"tap": "^16.0.0"
"tap": "^16.3.9"
}
}

0 comments on commit 5081a17

Please sign in to comment.