👷 Run tests with Node.js v16 and shorten max runtime

This commit is contained in:
Jan Oberhauser 2022-03-16 10:32:49 +01:00
parent e6236431ef
commit c6bccca456
2 changed files with 6 additions and 2 deletions

View file

@ -11,9 +11,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
steps:
-
name: Checkout

View file

@ -7,9 +7,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v1