Skip to content

Commit

Permalink
Migrate to Node 16 (#28)
Browse files Browse the repository at this point in the history
* Migrate to Node 16

See deprecation note for Node 12: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

As requested in #27, this PR should migrate to Node 16, but testing is pending.

* Update ncc version

* Update package-log and build files

* Bumping version to 3.5.0
  • Loading branch information
airadier authored Mar 2, 2023
1 parent 9f729ba commit 84e4cc5
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 90 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ branding:
icon: 'shield'
color: 'orange'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
154 changes: 78 additions & 76 deletions dist/index.js

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

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit 84e4cc5

Please sign in to comment.