mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 16:46:50 +01:00
Update nodejs version in CI
Angular does not allow nodejs version 15.
This commit is contained in:
parent
ef1b971fca
commit
ba1038b4a8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -153,7 +153,7 @@ jobs:
|
||||||
-
|
-
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '15'
|
node-version: '16'
|
||||||
-
|
-
|
||||||
name: Configure version on dev branches
|
name: Configure version on dev branches
|
||||||
if: startsWith(github.ref, 'refs/heads/feature-') || github.ref == 'refs/heads/dev'
|
if: startsWith(github.ref, 'refs/heads/feature-') || github.ref == 'refs/heads/dev'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue