Skip to content

Commit

Permalink
package for got v14
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Jan 31, 2024
1 parent 0b48f87 commit 98600e5
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 50 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,12 @@ jobs:
test:
needs: lint
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version: 20
- run: npm ci
- name: Run test
if: matrix.node != 18
run: npm test
- name: Run test with coverage
if: matrix.node == 18
run: npm run test:cov
- uses: codecov/codecov-action@v4
if: matrix.node == 18
- uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
20
103 changes: 65 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"vitest": "^0.34.2"
},
"peerDependencies": {
"got": "^12 || ^13"
"got": "^14"
},
"keywords": [
"http",
Expand Down

0 comments on commit 98600e5

Please sign in to comment.