fix failing tests on node 14

This commit is contained in:
davidodenwald 2022-12-01 19:27:58 +01:00
parent 9cc0b7b47d
commit 753a265846

View file

@ -17,6 +17,6 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: "npm" cache: "npm"
- run: npm install - run: npm install -f
- run: npm run build - run: npm run build
- run: npm run test - run: npm run test