Compare commits
2 Commits
0393f832f4
...
e3d9338708
Author | SHA1 | Date |
---|---|---|
Robert McGovern | e3d9338708 | |
Robert McGovern | a37771eb00 |
|
@ -8,7 +8,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
||||||
node: ["14", "16", "18"]
|
node: ["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 demo
|
- run: npm run demo
|
||||||
env:
|
env:
|
||||||
YARN_GPG: no
|
YARN_GPG: no
|
||||||
|
|
Loading…
Reference in New Issue