Skip to content

Commit 34800a3

Browse files
committed
fix(ci): test JS CI
1 parent 86adb85 commit 34800a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/napi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ jobs:
178178
whoami
179179
env
180180
freebsd-version
181-
pnpm install
182-
pnpm --filter=node build
181+
pnpm install --no-frozen-lockfile
182+
pnpm --filter=node build
183183
pnpm --filter=node test
184184
rm -rf node_modules
185185
rm -rf target

0 commit comments

Comments
 (0)