Skip to content

Commit 4a7f7ae

Browse files
committed
fix pnpm CI and add prettierignore for lockfile
1 parent 528dc62 commit 4a7f7ae

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: pnpm/action-setup@v4
12+
with:
13+
version: 10
1214
- uses: actions/setup-node@v4
1315
with:
1416
node-version: 22.x

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pnpm-lock.yaml

0 commit comments

Comments
 (0)