Skip to content

Commit 28bf0f7

Browse files
committed
fix
1 parent ff90e77 commit 28bf0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NodeCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: pnpm/action-setup@v4
2424
- uses: actions/setup-node@v4
2525
- name: Install Packages
26-
run: --frozen-lockfile
26+
run: pnpm install --frozen-lockfile
2727
- name: Lint eslint-plugin-svelte
2828
run: |
2929
pnpm run build

0 commit comments

Comments
 (0)