Skip to content

Commit 822c4b2

Browse files
committed
Update dependencies
1 parent d2c0ce0 commit 822c4b2

File tree

8 files changed

+15171
-5995
lines changed

8 files changed

+15171
-5995
lines changed

.github/workflows/is-dist-up-to-date.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- name: install
1717
run: npm ci || npm install
1818
- run: npm run ${{ env.SCRIPT_NAME }}
19-
- name: verify that distribution/index.js is up to date
19+
- name: verify that built files are up to date
2020
run: git diff --exit-code

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ outputs:
5252
skipped:
5353
description: Will be set to true if skip-on-empty is enabled and a release was not created, false otherwise
5454
runs:
55-
using: 'node12'
55+
using: 'node16'
5656
main: 'distribution/index.js'

0 commit comments

Comments
 (0)