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@3bea5f586037d933601c8e045fe27df00b82b0c9
uses: anthochamp/dev-toolbox/.github/workflows/node-validate.yml@e474068fbd4365e99e0ff6dff8723c044ee417a2
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@3bea5f586037d933601c8e045fe27df00b82b0c9
uses: anthochamp/dev-toolbox/.github/workflows/node-validate.yml@e474068fbd4365e99e0ff6dff8723c044ee417a2
with:
node-package-manager: 'yarn'