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 3135a5a commit e293c31Copy full SHA for e293c31
.github/workflows/ci.yml
@@ -103,13 +103,13 @@ jobs:
103
with:
104
node-version: 16
105
- run: npm ci
106
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
107
108
name: dist
109
path: dist
110
- working-directory: ./example
111
run: npm install
112
113
114
name: example-app
115
path: example/build
@@ -136,7 +136,7 @@ jobs:
136
registry-url: https://registry.npmjs.org/
137
138
139
140
141
142
0 commit comments