We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a28c6 commit 0fa321fCopy full SHA for 0fa321f
.github/workflows/ci.yml
@@ -84,9 +84,10 @@ jobs:
84
- node: 24
85
os: ubuntu-latest
86
vite: 'current'
87
- - node: 20
+ # baseline test lowest vite and node version
88
+ - node: 20.19
89
- vite: '~6.3.0'
90
+ vite: '6.3.0'
91
steps:
92
- uses: actions/checkout@v4
93
- uses: actions/setup-node@v4
@@ -119,7 +120,7 @@ jobs:
119
120
- uses: actions/upload-artifact@v4
121
if: failure()
122
with:
- name: test-failure-${{github.run_id}}-${{ matrix.os }}-${{ matrix.node }}
123
+ name: test-failure-${{github.run_id}}-${{ matrix.os }}-${{ matrix.node }}-${{ matrix.vite }}
124
path: |
125
test-temp.tar
126
pnpm-debug.log
0 commit comments