Skip to content

Commit 3d7c7d7

Browse files
committed
Add pnpm to build
1 parent 5c871eb commit 3d7c7d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v2
24+
- uses: pnpm/action-setup@v2
25+
with:
26+
version: 9
2427
- name: Use Node.js ${{ matrix.node-version }}
2528
uses: actions/setup-node@v4
2629
with:
2730
node-version: ${{ matrix.node-version }}
2831
cache: 'pnpm'
29-
- run: pnpm install
32+
- run: pnpm install --frozen-lockfile
3033
- run: npm run bands
3134
- run: npm run build

0 commit comments

Comments
 (0)