Skip to content

Commit

Permalink
bump run-on-yarn to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood committed Oct 17, 2024
1 parent fc91a2b commit 0033855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/run-on-yarn@v1.2.0
- uses: Codecademy/run-on-yarn@v3.0.0
with:
node-version: 16
- run: yarn format:verify

lint:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/run-on-yarn@v1.2.0
- uses: Codecademy/run-on-yarn@v3.0.0
with:
node-version: 16
- run: yarn build
Expand Down

0 comments on commit 0033855

Please sign in to comment.