We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a88f2c commit 89a83deCopy full SHA for 89a83de
.github/workflows/version-packages.yml
@@ -22,6 +22,13 @@ jobs:
22
- name: Check if repo has unconsumed changesets
23
id: has-changesets
24
uses: ./.github/actions/has-changesets
25
+ - name: Setup Node.js LTS
26
+ uses: actions/setup-node@v2
27
+ with:
28
+ node-version: lts/*
29
+ cache: 'yarn'
30
+ - name: Install and build packages
31
+ run: yarn --frozen-lockfile && yarn build
32
- name: Create or update Version Packages PR
33
if: ${{ steps.has-changesets.outputs.has-changesets == 'true' }}
34
uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894
0 commit comments