Skip to content

Commit b18a05d

Browse files
authored
Update all dependencies (#179)
* Udpdate all dependencies See #159 * Switch to Node.js v16 Node.js v16 is current LTS and now supported as action runtime * Only format files in 'src' folder
1 parent 4bd3a02 commit b18a05d

6 files changed

Lines changed: 585 additions & 519 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818

19-
- name: Set Node.js 12.x
19+
- name: Setup Node.js
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: 12.x
22+
node-version: 16
2323

2424
- name: Install dependencies
2525
run: npm ci

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ outputs:
3939
skipped_by:
4040
description: 'Information about the workflow run which caused the current run to be skipped.'
4141
runs:
42-
using: 'node12'
42+
using: 'node16'
4343
main: 'dist/index.js'

dist/index.js

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

0 commit comments

Comments
 (0)