Skip to content

Commit

Permalink
Merge pull request #53 from KengoTODA/node-16
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh committed Dec 23, 2021
2 parents 781fa15 + d0ffc95 commit 859c332
Show file tree
Hide file tree
Showing 7 changed files with 10,057 additions and 1,273 deletions.
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.

1 comment on commit 859c332

@nievesmiguel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tsconfig.json

Please sign in to comment.