Skip to content

Commit

Permalink
Merge pull request #909 from github/henrymercer/bump-node-js-to-v16
Browse files Browse the repository at this point in the history
Use Node.js v16 in all Actions
  • Loading branch information
henrymercer committed Feb 8, 2022
2 parents a777a98 + eb172af commit 88073a5
Show file tree
Hide file tree
Showing 233 changed files with 29,193 additions and 43,150 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## [UNRELEASED]

No user facing changes.
- The CodeQL Action now uses Node.js v16. [#909](https://github.com/github/codeql-action/pull/909)

## 1.0.32 - 07 Feb 2022

Expand Down
2 changes: 1 addition & 1 deletion analyze/action.yml
Expand Up @@ -72,5 +72,5 @@ outputs:
sarif-id:
description: The ID of the uploaded SARIF file.
runs:
using: "node12"
using: "node16"
main: "../lib/analyze-action.js"
2 changes: 1 addition & 1 deletion autobuild/action.yml
Expand Up @@ -7,5 +7,5 @@ inputs:
matrix:
default: ${{ toJson(matrix) }}
runs:
using: 'node12'
using: 'node16'
main: '../lib/autobuild-action.js'
2 changes: 1 addition & 1 deletion init/action.yml
Expand Up @@ -73,5 +73,5 @@ outputs:
codeql-path:
description: The path of the CodeQL binary used for analysis
runs:
using: 'node12'
using: 'node16'
main: '../lib/init-action.js'
132 changes: 4 additions & 128 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 0 additions & 21 deletions node_modules/@types/del/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions node_modules/@types/del/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions node_modules/@types/del/package.json

This file was deleted.

21 changes: 0 additions & 21 deletions node_modules/@types/jszip/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions node_modules/@types/jszip/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions node_modules/@types/jszip/package.json

This file was deleted.

21 changes: 0 additions & 21 deletions node_modules/@types/nock/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions node_modules/@types/nock/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions node_modules/@types/nock/package.json

This file was deleted.

Empty file modified node_modules/@types/node/LICENSE 100644 → 100755
Empty file.

0 comments on commit 88073a5

Please sign in to comment.