Skip to content

Commit

Permalink
build(gha): set node version to 20 in release
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Dec 19, 2023
1 parent 8b7537c commit e87b32d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
token: ${{ secrets.GH_REPO_TOKEN }}

- uses: myparcelnl/actions/yarn-install@v3
with:
node-version: 20

- name: 'Create build'
run: yarn build
Expand Down

0 comments on commit e87b32d

Please sign in to comment.