Skip to content

Commit

Permalink
Merge pull request #2 from semestry/feature/update-nodejs
Browse files Browse the repository at this point in the history
Upgrade usage of NodeJS from 12 to 16
  • Loading branch information
Mike Noordermeer authored Nov 28, 2022
2 parents 530e0b2 + 82e14c7 commit 1020cb2
Show file tree
Hide file tree
Showing 171 changed files with 24,461 additions and 4,711 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
required: true
default: 'hotfix/'
runs:
using: 'node12'
main: 'index.js'
using: 'node16'
main: 'index.js'
15 changes: 15 additions & 0 deletions node_modules/.bin/uuid

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

7 changes: 7 additions & 0 deletions node_modules/.bin/uuid.cmd

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

37 changes: 20 additions & 17 deletions node_modules/.yarn-integrity

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

25 changes: 24 additions & 1 deletion node_modules/@actions/core/README.md

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

12 changes: 12 additions & 0 deletions node_modules/@actions/core/lib/core.d.ts

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

44 changes: 34 additions & 10 deletions node_modules/@actions/core/lib/core.js

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

Loading

0 comments on commit 1020cb2

Please sign in to comment.