-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #566 from quip/kvnlam_peaceful-murdock
- Loading branch information
Showing
14 changed files
with
20,674 additions
and
15,752 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.