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 2da09f4 commit c0fce29Copy full SHA for c0fce29
.github/workflows/ci.yml
@@ -151,13 +151,13 @@ jobs:
151
with:
152
node-version: 20
153
- run: npm ci
154
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
155
156
name: dist
157
path: dist
158
- working-directory: ./example
159
run: npm install
160
161
162
name: example-app
163
path: example/out
@@ -187,7 +187,7 @@ jobs:
187
registry-url: https://registry.npmjs.org/
188
189
190
191
192
193
0 commit comments