Skip to content

Commit 081f532

Browse files
committed
fix ci
1 parent 847d2e5 commit 081f532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NodeCI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
rm -rf node_modules
8080
- name: Install svelte@3
8181
run: |+
82-
pnpm install -D svelte@3
82+
pnpm install -D svelte@3 @typescript-eslint/parser@5 @typescript-eslint/eslint-plugin@5
8383
rm -rf node_modules
8484
- name: Install Packages
8585
run: pnpm install

0 commit comments

Comments
 (0)