hold node v16 at v16.8 due to errors in e2e tests with v16.9

This commit is contained in:
Karsten Hassel 2021-09-09 00:31:24 +02:00
parent 99aca932db
commit 627cfa1dff

View File

@ -15,7 +15,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.8]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}