Skip to content

Commit

Permalink
Chore: node version 20 in the release action
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jul 3, 2024
1 parent 08c854d commit 001f3d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/yarn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: 'Install node modules'
runs:
using: 'composite'
steps:
- uses: actions/[email protected]
with:
node-version: 20

- name: Yarn cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 001f3d0

Please sign in to comment.