Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Oct 1, 2021
1 parent d2c0ce0 commit 822c4b2
Show file tree
Hide file tree
Showing 8 changed files with 15,171 additions and 5,995 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/is-dist-up-to-date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- name: install
run: npm ci || npm install
- run: npm run ${{ env.SCRIPT_NAME }}
- name: verify that distribution/index.js is up to date
- name: verify that built files are up to date
run: git diff --exit-code
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ outputs:
skipped:
description: Will be set to true if skip-on-empty is enabled and a release was not created, false otherwise
runs:
using: 'node12'
using: 'node16'
main: 'distribution/index.js'

0 comments on commit 822c4b2

Please sign in to comment.