Skip to content

Commit

Permalink
chore: upgrade node (#16)
Browse files Browse the repository at this point in the history
## Description

This PR upgrades the version of `node` used in the Github Action, and all current dependencies.

## Context / Why are we making this change?

Github Actions [has deprecated using `node@v12`](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/).

## Impact

None expected.
  • Loading branch information
ericnorris authored Feb 28, 2023
1 parent bd5932b commit c8ed796
Show file tree
Hide file tree
Showing 8 changed files with 13,791 additions and 6,375 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ inputs:
default: ^.*$

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
5,458 changes: 4,463 additions & 995 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions dist/licenses.txt

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

2 changes: 1 addition & 1 deletion dist/sourcemap-register.js

Large diffs are not rendered by default.

Loading

0 comments on commit c8ed796

Please sign in to comment.