Skip to content

Commit 8916998

Browse files
committed
fix pnpm CI and add prettierignore for lockfile
1 parent 494e4fd commit 8916998

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
@@ -1 +1,2 @@
11
src/autoSql.js
2+
pnpm-lock.yaml

0 commit comments

Comments
 (0)