upgrade jest and node v18 (#374)
This commit is contained in:
parent
d88147726e
commit
1c7670a359
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
node-version: [14.x, 16.x, 18.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -27,7 +27,7 @@ jobs:
|
||||
- run: npm run test:cov
|
||||
- run: bash <(curl -s https://codecov.io/bash)
|
||||
- name: Semantic Release
|
||||
if: github.event_name == 'push' && matrix.node-version == '16.x'
|
||||
if: github.event_name == 'push' && matrix.node-version == '18.x'
|
||||
uses: cycjimmy/semantic-release-action@v2
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
2467
package-lock.json
generated
2467
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -32,7 +32,7 @@
|
||||
"devDependencies": {
|
||||
"@nestjs/common": "^9.1.6",
|
||||
"@types/express": "^4.17.14",
|
||||
"@types/jest": "^28.1.8",
|
||||
"@types/jest": "^29.2.1",
|
||||
"@types/lodash": "^4.14.187",
|
||||
"@types/node": "^18.11.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
||||
@ -41,12 +41,12 @@
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"fastify": "^4.9.2",
|
||||
"jest": "^28.1.3",
|
||||
"jest": "^29.2.2",
|
||||
"prettier": "^2.7.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"rxjs": "^7.5.7",
|
||||
"sqlite3": "^5.1.2",
|
||||
"ts-jest": "^28.0.8",
|
||||
"ts-jest": "^29.0.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"typeorm": "^0.3.10",
|
||||
"typescript": "^4.8.4"
|
||||
|
Loading…
Reference in New Issue
Block a user