Compare commits
No commits in common. "e3d9338708450b3184a871f2c97f902dcf11b896" and "0393f832f4dc6e632241004b72b7f9582ffc076e" have entirely different histories.
e3d9338708
...
0393f832f4
|
@ -8,7 +8,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
||||||
node: ["16", "18"]
|
node: ["14", "16", "18"]
|
||||||
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
|
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -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 run demo
|
- run: npm demo
|
||||||
env:
|
env:
|
||||||
YARN_GPG: no
|
YARN_GPG: no
|
||||||
|
|
Loading…
Reference in New Issue