upgrade to node 16
This commit is contained in:
@@ -16,4 +16,4 @@ jobs:
|
||||
name: Basic validation
|
||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||
with:
|
||||
node-version: v12
|
||||
node-version: v16
|
||||
|
||||
@@ -16,4 +16,4 @@ jobs:
|
||||
name: Check dist/
|
||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||
with:
|
||||
node-version: v12
|
||||
node-version: v16
|
||||
|
||||
@@ -12,3 +12,5 @@ jobs:
|
||||
call-codeQL-analysis:
|
||||
name: CodeQL analysis
|
||||
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
|
||||
with:
|
||||
node-version: v16
|
||||
|
||||
@@ -14,4 +14,4 @@ jobs:
|
||||
name: Licensed
|
||||
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|
||||
with:
|
||||
node-version: v12
|
||||
node-version: v16
|
||||
|
||||
Reference in New Issue
Block a user