Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 859c332

Browse files
authored
Merge pull request #53 from KengoTODA/node-16
2 parents 781fa15 + d0ffc95 commit 859c332

7 files changed

Lines changed: 10057 additions & 1273 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626

27-
- name: Set Node.js 12.x
27+
- name: Set Node.js 16.x
2828
uses: actions/setup-node@v2.4.1
2929
with:
30-
node-version: 12.x
30+
node-version: 16.x
3131

3232
- name: Validate package-lock
3333
run: npx lockfile-lint --path package-lock.json --allowed-hosts npm yarn --validate-https

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
default: ''
1818

1919
runs:
20-
using: 'node12'
20+
using: 'node16'
2121
main: 'dist/index.js'
2222

2323
branding:

dist/index.js

Lines changed: 286 additions & 299 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)