fix failing tests on node 14

This commit is contained in:
davidodenwald 2022-12-01 19:27:58 +01:00
parent 9cc0b7b47d
commit 753a265846
1 changed files with 1 additions and 1 deletions

View File

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