Update nodejs version in CI

Angular does not allow nodejs version 15.
This commit is contained in:
Yannic Schroeder 2022-02-18 00:06:34 +01:00
parent ef1b971fca
commit ba1038b4a8

View File

@ -153,7 +153,7 @@ jobs:
-
uses: actions/setup-node@v2
with:
node-version: '15'
node-version: '16'
-
name: Configure version on dev branches
if: startsWith(github.ref, 'refs/heads/feature-') || github.ref == 'refs/heads/dev'