We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847d2e5 commit 081f532Copy full SHA for 081f532
.github/workflows/NodeCI.yml
@@ -79,7 +79,7 @@ jobs:
79
rm -rf node_modules
80
- name: Install svelte@3
81
run: |+
82
- pnpm install -D svelte@3
+ pnpm install -D svelte@3 @typescript-eslint/parser@5 @typescript-eslint/eslint-plugin@5
83
84
- name: Install Packages
85
run: pnpm install
0 commit comments