Skip to content

Commit

Permalink
chore: 🤖 update script
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 13, 2023
1 parent 35d815f commit 233970e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push-main.yml
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
token: ${{ secrets.GH_PAT }}

- uses: actions/setup-node@v2
with:
node-version: "12.14.1"
cache: "yarn"

- name: ${{ matrix.step }}
env:
GH_PAT: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit 233970e

Please sign in to comment.