Skip to content

Commit

Permalink
Merge branch 'master' into release-please--branches--master
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored May 3, 2024
2 parents a5784c7 + c9fa0a8 commit 02374c5
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 384 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ on:
types: [created]
jobs:
publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
contents: read
id-token: write
steps:
- name: Setup Node.js 20
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
check-latest: true
registry-url: https://registry.npmjs.org/
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Dependencies
run: npm install
- name: Publish Package to NPM Registry
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/core": ">7.0.0"
},
"dependencies": {
"minio": "^7.1.3"
"minio": "^8.0.0"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.24",
Expand All @@ -39,19 +39,19 @@
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/minio": "^7.1.1",
"@types/supertest": "2.0.16",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "7.8.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.57.0",
"eslint": "^9.1.1",
"eslint-plugin-import": "2.29.1",
"husky": "^8.0.3",
"husky": "^9.0.11",
"jest": "29.7.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"supertest": "6.3.4",
"supertest": "7.0.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
Expand Down
Loading

0 comments on commit 02374c5

Please sign in to comment.