Oops with GH Action
This commit is contained in:
parent
0393f832f4
commit
a37771eb00
|
@ -18,6 +18,6 @@ jobs:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
# cache: npm
|
# cache: npm
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm demo
|
- run: npm run demo
|
||||||
env:
|
env:
|
||||||
YARN_GPG: no
|
YARN_GPG: no
|
||||||
|
|
Loading…
Reference in New Issue