Skip to content

Commit

Permalink
config: set up version & packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna922 committed Apr 16, 2024
1 parent aa270ab commit 9457808
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ jobs:

- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20

- name: Install dependencies
run: pnpm install
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@
"vite-plugin-dts": "^3.5.3",
"vite-tsconfig-paths": "^4.2.0",
"xmldom": "^0.6.0"
}
},
"packageManager": "pnpm@8.15.4"
}

1 comment on commit 9457808

@nijuy
Copy link
Collaborator

@nijuy nijuy commented on 9457808 Apr 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아까 node 버전 16이라고 경고 뜨던데 섬세허네요........................
1f40c

Please sign in to comment.