-
Notifications
You must be signed in to change notification settings - Fork 78
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
4fe41d8
commit 10e1ad1
Showing
3 changed files
with
7 additions
and
6 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 |
---|---|---|
|
@@ -164,7 +164,7 @@ jobs: | |
node-version: 20 | ||
|
||
- name: Set version | ||
run: npm version 6.0.3-dev.11 --no-git-tag-version | ||
run: npm version 6.0.3-dev.12 --no-git-tag-version | ||
|
||
- name: Change install command for release | ||
run: node ./scripts/change-install-command.js | ||
|
@@ -197,7 +197,7 @@ jobs: | |
- name: npm install | ||
run: | | ||
npm install [email protected].11 | ||
npm install [email protected].12 | ||
- name: List available artifacts | ||
run: | | ||
|
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
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