Skip to content

Commit 84e4cc5

Browse files
authored
Migrate to Node 16 (#28)
* 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
1 parent 9f729ba commit 84e4cc5

File tree

6 files changed

+92
-90
lines changed

6 files changed

+92
-90
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ branding:
7272
icon: 'shield'
7373
color: 'orange'
7474
runs:
75-
using: 'node12'
75+
using: 'node16'
7676
main: 'dist/index.js'

dist/index.js

Lines changed: 78 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sourcemap-register.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)