We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff90e77 commit 28bf0f7Copy full SHA for 28bf0f7
.github/workflows/NodeCI.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: pnpm/action-setup@v4
24
- uses: actions/setup-node@v4
25
- name: Install Packages
26
- run: --frozen-lockfile
+ run: pnpm install --frozen-lockfile
27
- name: Lint eslint-plugin-svelte
28
run: |
29
pnpm run build
0 commit comments