Build on Node 16

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2021-05-10 16:50:17 +02:00
parent e43d5a5673
commit f03e69ba3f
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
name: Build
strategy:
matrix:
node-version: [14, 15]
node-version: [14, 15, 16]
steps:
- uses: actions/checkout@master
- name: Set up Node

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [14]
node-version: [14, 15, 16]
name: node${{ matrix.node-version }}
steps:

View File

@ -12,7 +12,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 15
- name: Set up php$
uses: shivammathur/setup-php@master
with: