Skip to content

Commit

Permalink
upgrade to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Feb 10, 2023
1 parent ae382cd commit 95d773d
Show file tree
Hide file tree
Showing 7 changed files with 13,633 additions and 2,526 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
name: Licensed
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
with:
node-version: v12
node-version: v16
1,157 changes: 914 additions & 243 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 95d773d

Please sign in to comment.