Update CI node to v16

This commit is contained in:
Florian Heilmann 2023-10-21 14:26:20 +02:00 committed by GitHub
parent 91906b60e8
commit 1a85bdadd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
env:
GIT_BRANCH: ${{ github.head_ref }}
GIT_PR_BASE_BRANCH: ${{ github.base_ref }}