Skip to content

Commit

Permalink
Updated version of all usages of actions-yarn to support Node 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
andeemarks committed Mar 8, 2024
1 parent 42b4484 commit 82b323d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # if needed
- name: Yarn lint
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: lint
- name: Yarn test
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: test
- name: Package
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: build

Expand Down

0 comments on commit 82b323d

Please sign in to comment.