stop testing against node 14 as the npm ci fails for an obscure reason

pull/32/head
Timothée Rebours 2 years ago
parent 2dd4975c84
commit c3d5fa82b0
  1. 2
      .github/workflows/github-actions-demo.yml

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Install Node.js ${{ matrix.node-version }}

Loading…
Cancel
Save