Skip to content

Commit

Permalink
chore: fix release process (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Nov 6, 2023
1 parent 764747a commit 807c68a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -16,14 +16,17 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 12.x
- name: Setup Node.js 14.x
uses: actions/setup-node@master
with:
node-version: 12.x
node-version: 14.x

- name: Install Dependencies
run: yarn

- name: Build packages
run: yarn lerna run build

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@master
Expand Down

0 comments on commit 807c68a

Please sign in to comment.