-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcc1c16
commit adec12e
Showing
1 changed file
with
5 additions
and
2 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 |
---|---|---|
|
@@ -17,8 +17,11 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set Version | ||
run: npm --no-git-tag-version version 4.0.${{ github.run_number }} | ||
- name: NPM Version | ||
run: | | ||
npm --no-git-tag-version version 4.0.${{ github.run_number }} | ||
echo ## NPM Version >> $GITHUB_STEP_SUMMARY | ||
echo `npm install -S @hexlabs/[email protected].${{ github.run_number }}` >> $GITHUB_STEP_SUMMARY | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v4 | ||
|