Skip to content

Commit cc08c34

Browse files
Update all
1 parent 32415e7 commit cc08c34

File tree

3 files changed

+93
-132
lines changed

3 files changed

+93
-132
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
node-version: [12.x, 14.x]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Install Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm ci
2424
- run: npm run lint
2525
- run: npm test -- --coverage
2626
- name: Upload to Codecov
27-
uses: codecov/codecov-action@v3
27+
uses: codecov/codecov-action@v4

package-lock.json

Lines changed: 88 additions & 127 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"devDependencies": {
1818
"eslint": "8.57.0",
19-
"eslint-plugin-jest": "26.9.0",
19+
"eslint-plugin-jest": "28.7.0",
2020
"jest": "27.5.1",
21-
"supertest": "6.3.4"
21+
"supertest": "7.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)