Skip to content

Commit 4223ca7

Browse files
committed
fix ci
1 parent f294ddd commit 4223ca7

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

.github/workflows/NodeCI.yml

+1-41
Original file line numberDiff line numberDiff line change
@@ -77,47 +77,7 @@ jobs:
7777
node-version: ${{ matrix.node-version }}
7878
- name: Install Svelte v3
7979
run: |+
80-
pnpm install -D svelte@3 @typescript-eslint/parser@5 @typescript-eslint/eslint-plugin@5
81-
rm -rf node_modules
82-
- name: Install Packages
83-
run: pnpm install
84-
- name: Test
85-
run: pnpm run test
86-
test-for-ts-eslint-v5:
87-
runs-on: ubuntu-latest
88-
strategy:
89-
matrix:
90-
node-version: [18.x]
91-
steps:
92-
- uses: actions/checkout@v4
93-
- uses: pnpm/action-setup@v2
94-
- name: Use Node.js ${{ matrix.node-version }}
95-
uses: actions/setup-node@v4
96-
with:
97-
node-version: ${{ matrix.node-version }}
98-
- name: Install @typescript-eslint v5
99-
run: |+
100-
pnpm install -D @typescript-eslint/parser@5 @typescript-eslint/eslint-plugin@5
101-
rm -rf node_modules
102-
- name: Install Packages
103-
run: pnpm install
104-
- name: Test
105-
run: pnpm run test
106-
test-for-eslint-v7:
107-
runs-on: ubuntu-latest
108-
strategy:
109-
matrix:
110-
node-version: [18.x]
111-
steps:
112-
- uses: actions/checkout@v4
113-
- uses: pnpm/action-setup@v2
114-
- name: Use Node.js ${{ matrix.node-version }}
115-
uses: actions/setup-node@v4
116-
with:
117-
node-version: ${{ matrix.node-version }}
118-
- name: Install eslint v7
119-
run: |+
120-
pnpm install -D eslint@7 svelte@3 @typescript-eslint/parser@5 @typescript-eslint/eslint-plugin@5
80+
pnpm install -D svelte@3
12181
rm -rf node_modules
12282
- name: Install Packages
12383
run: pnpm install

0 commit comments

Comments
 (0)