Compare commits

...

2 Commits

Author SHA1 Message Date
Robert McGovern e3d9338708 Remove Node 14 from Github action
The chroma-highlight package I refer to only supports node >= 16.
2023-02-06 15:06:12 +00:00
Robert McGovern a37771eb00 Oops with GH Action 2023-02-06 15:00:48 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["14", "16", "18"]
node: ["16", "18"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
@ -18,6 +18,6 @@ jobs:
node-version: ${{ matrix.node }}
# cache: npm
- run: npm install
- run: npm demo
- run: npm run demo
env:
YARN_GPG: no