Skip to content

Commit e6edfdd

Browse files
committed
build: set ncc version
1 parent 4bb0ea1 commit e6edfdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: ${{ matrix.node }}
3030

3131
- name: NPM - install global deps
32-
run: npm i -g lerna && npm i -g @vercel/ncc
32+
run: npm i -g lerna && npm i -g @vercel/ncc@0.24.0
3333

3434
- name: LERNA - bootstrap
3535
run: npm run bootstrap

0 commit comments

Comments
 (0)