Skip to content

Commit

Permalink
build: Update node version to 20 and package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Nov 2, 2023
1 parent 5a4f46a commit 8a64756
Show file tree
Hide file tree
Showing 3 changed files with 4,112 additions and 2,641 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install
uses: NullVoxPopuli/action-setup-pnpm@v2
with:
node-version: 18
node-version: 20
pnpm-version: 8
- name: Set env
run: node ./scripts/info.js
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install
uses: NullVoxPopuli/action-setup-pnpm@v2
with:
node-version: 18
node-version: 20
pnpm-version: 8
- name: Set env
run: node ./scripts/info.js
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install
uses: NullVoxPopuli/action-setup-pnpm@v2
with:
node-version: 18
node-version: 20
pnpm-version: 8
- name: Set env
run: node ./scripts/info.js
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.0.0",
"type": "module",
"engines": {
"node": ">= 16 <= 18",
"node": "20",
"pnpm": "^8"
},
"scripts": {
Expand Down Expand Up @@ -33,11 +33,11 @@
"@actions/core": "~1.10.1",
"@actions/exec": "~1.1.1",
"@actions/http-client": "~2.2.0",
"@fastify/static": "^6.11.2",
"@nestjs/common": "~10.2.7",
"@fastify/static": "^6.12.0",
"@nestjs/common": "~10.2.8",
"@nestjs/config": "~3.1.1",
"@nestjs/core": "~10.2.7",
"@nestjs/platform-fastify": "~10.2.7",
"@nestjs/core": "~10.2.8",
"@nestjs/platform-fastify": "~10.2.8",
"@nestjs/swagger": "~7.1.14",
"@octokit/auth-app": "~6.0.1",
"@octokit/auth-oauth-app": "~7.0.1",
Expand Down Expand Up @@ -67,38 +67,38 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^16.0.1",
"@angular-devkit/build-angular": "^16.2.8",
"@angular-devkit/build-angular": "^16.2.9",
"@angular/animations": "^16.2.11",
"@angular/cdk": "^16.2.10",
"@angular/cli": "^16.2.8",
"@angular/cdk": "^16.2.11",
"@angular/cli": "^16.2.9",
"@angular/common": "^16.2.11",
"@angular/compiler": "^16.2.11",
"@angular/compiler-cli": "^16.2.11",
"@angular/core": "^16.2.11",
"@angular/forms": "^16.2.11",
"@angular/language-service": "^16.2.11",
"@angular/material": "^16.2.10",
"@angular/material": "^16.2.11",
"@angular/platform-browser": "^16.2.11",
"@angular/platform-browser-dynamic": "^16.2.11",
"@angular/router": "^16.2.11",
"@angular/service-worker": "^16.2.11",
"@nestjs/cli": "~10.2.0",
"@nestjs/schematics": "~10.0.2",
"@nestjs/testing": "~10.2.7",
"@nestjs/cli": "~10.2.1",
"@nestjs/schematics": "~10.0.3",
"@nestjs/testing": "~10.2.8",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/cli-color": "~2.0.4",
"@types/fs-extra": "~11.0.3",
"@types/jest": "~29.5.6",
"@types/jest": "~29.5.7",
"@types/js-yaml": "~4.0.8",
"@types/markdown-it": "~13.0.5",
"@types/node": "~20.8.9",
"@types/node": "~20.8.10",
"@types/source-map-support": "~0.5.9",
"@types/supertest": "~2.0.15",
"@typescript-eslint/eslint-plugin": "~6.9.0",
"@typescript-eslint/parser": "~6.9.0",
"@typescript-eslint/eslint-plugin": "~6.9.1",
"@typescript-eslint/parser": "~6.9.1",
"dotenv": "^16.3.1",
"eslint": "~8.52.0",
"eslint-config-prettier": "~9.0.0",
Expand All @@ -110,7 +110,7 @@
"prettier": "~3.0.3",
"resolve-typescript-plugin": "^2.0.1",
"rimraf": "~5.0.5",
"rollup": "^4.1.4",
"rollup": "^4.2.0",
"rollup-plugin-esbuild": "^6.1.0",
"supertest": "~6.3.3",
"ts-jest": "~29.1.1",
Expand Down
Loading

0 comments on commit 8a64756

Please sign in to comment.