We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67345d commit 5c42a1aCopy full SHA for 5c42a1a
.github/workflows/NodeCI.yml
@@ -37,16 +37,11 @@ jobs:
37
run: pnpm run test
38
test-for-svelte-v4:
39
runs-on: ubuntu-latest
40
- strategy:
41
- matrix:
42
- node-version: [14.x]
43
steps:
44
- uses: actions/checkout@v4
45
- uses: pnpm/action-setup@v2
46
- - name: Use Node.js ${{ matrix.node-version }}
+ - name: Use Node.js
47
uses: actions/setup-node@v4
48
- with:
49
- node-version: ${{ matrix.node-version }}
50
- name: Install Svelte v4
51
run: |+
52
pnpm install -D svelte@4
0 commit comments