Skip to content

Commit 46d33aa

Browse files
committed
chore: fix ci
1 parent d8edb0b commit 46d33aa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/nodejs.yml renamed to .github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22+
- uses: pnpm/[email protected]
2223
- name: Use Node.js ${{ matrix.node-version }}
2324
uses: actions/setup-node@v4
2425
with:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
},
4646
"peerDependencies": {
4747
"acorn": ">=8.9.0"
48-
}
48+
},
49+
"packageManager": "[email protected]"
4950
}

0 commit comments

Comments
 (0)