Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace NodeJS v12 with NodeJS v16 #53

Merged
merged 3 commits into from Dec 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Expand Up @@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set Node.js 12.x
- name: Set Node.js 16.x
uses: actions/setup-node@v2.4.1
with:
node-version: 12.x
node-version: 16.x

- name: Validate package-lock
run: npx lockfile-lint --path package-lock.json --allowed-hosts npm yarn --validate-https
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -17,7 +17,7 @@ inputs:
default: ''

runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

branding:
Expand Down
585 changes: 286 additions & 299 deletions dist/index.js

Large diffs are not rendered by default.