Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/validate-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

jobs:
validate:
uses: anthochamp/dev-toolbox/.github/workflows/node-validate.yml@8cb92c1cdb4c785d9cacbae1c723df13ff8f628b
uses: anthochamp/dev-toolbox/.github/workflows/node-validate.yml@4ffc79239063f81ec576e90a6bdbd179f8999430
with:
node-package-manager: 'yarn'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
validate:
uses: anthochamp/dev-toolbox/.github/workflows/node-validate.yml@8cb92c1cdb4c785d9cacbae1c723df13ff8f628b
uses: anthochamp/dev-toolbox/.github/workflows/node-validate.yml@4ffc79239063f81ec576e90a6bdbd179f8999430
with:
node-package-manager: 'yarn'