Skip to content

Commit dbce889

Browse files
committed
use pnpm with package json in testing
1 parent cac42eb commit dbce889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- uses: pnpm/action-setup@v2
12+
- uses: pnpm/action-setup@v3
1313
with:
14-
version: 9
14+
package_json_file: ./package.json
1515
- name: Setup Node
1616
uses: actions/setup-node@v3
1717
with:

0 commit comments

Comments
 (0)