Skip to content

Commit

Permalink
chore: merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
minsepar committed Dec 7, 2024
2 parents b907bc6 + 12be539 commit 22f64ba
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 73 deletions.
1 change: 0 additions & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: pnpm 설치
uses: pnpm/action-setup@v4
with:
version: 9
package_json_file: "backend/package.json"

- name: Node.js 22 설치
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: pnpm 설치
uses: pnpm/action-setup@v4
with:
version: 9
package_json_file: "backend/package.json"

- name: Node.js ${{ matrix.node-version }} 설치
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
"typescript": "^5.7.2"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit 22f64ba

Please sign in to comment.