Skip to content

Commit

Permalink
release-prepare: fix node install (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Vilimek <[email protected]>
  • Loading branch information
jvilimek authored Mar 11, 2023
1 parent 3e79f6c commit 6e83994
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: yarn --frozen-lockfile

- name: Create Release Pull Request
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 6e83994

Please sign in to comment.