Skip to content

Commit 313cac6

Browse files
committed
fix ci
1 parent 0423cb3 commit 313cac6

File tree

3 files changed

+70
-3
lines changed

3 files changed

+70
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
node-version: 18.x
24+
- uses: pnpm/action-setup@v2
25+
with:
26+
version: 8.0.0
2427
- name: run unit tests
2528
run: |
26-
yarn install
27-
yarn build
28-
yarn test
29+
pnpm install
30+
pnpm test

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"husky": "^7.0.2",
2121
"lint-staged": "^13.2.2",
2222
"prettier": "^2.3.2",
23+
"turbo": "^1.9.4",
2324
"typescript": "^5.0.4"
2425
},
2526
"scripts": {

pnpm-lock.yaml

Lines changed: 64 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)