Skip to content

Commit

Permalink
Merge pull request #566 from quip/kvnlam_peaceful-murdock
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnlam authored May 6, 2024
2 parents c62f3af + 56f439e commit 50c55c0
Show file tree
Hide file tree
Showing 14 changed files with 20,674 additions and 15,752 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.11.1
- run: |
git config --local user.email "[email protected]"
git config --local user.name "Osp Rey [CI]"
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
- run: npm install
- run: npm ci
- run: npm test
- run: npm run build
- run: ./node_modules/.bin/lerna publish --conventional-commits --conventional-prerelease --pre-dist-tag next --yes
Expand Down
Loading

0 comments on commit 50c55c0

Please sign in to comment.