Skip to content

Commit 5c42a1a

Browse files
committed
fix workflow
1 parent d67345d commit 5c42a1a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: .github/workflows/NodeCI.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,11 @@ jobs:
3737
run: pnpm run test
3838
test-for-svelte-v4:
3939
runs-on: ubuntu-latest
40-
strategy:
41-
matrix:
42-
node-version: [14.x]
4340
steps:
4441
- uses: actions/checkout@v4
4542
- uses: pnpm/action-setup@v2
46-
- name: Use Node.js ${{ matrix.node-version }}
43+
- name: Use Node.js
4744
uses: actions/setup-node@v4
48-
with:
49-
node-version: ${{ matrix.node-version }}
5045
- name: Install Svelte v4
5146
run: |+
5247
pnpm install -D svelte@4

0 commit comments

Comments
 (0)