-
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
ffda1ff
commit 5a2c4ae
Showing
4 changed files
with
26 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 |
---|---|---|
|
@@ -14,10 +14,10 @@ jobs: | |
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 # fetch all branches etc | ||
submodules: true | ||
submodules: false | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: '12' | ||
node-version: '18' | ||
# Clean up some unneeded disk hogs | ||
# - run: | | ||
# $path = "$Env:Programfiles" | ||
|
@@ -42,7 +42,7 @@ jobs: | |
- run: git config --global user.email "[email protected]" | ||
- run: git config --global user.name "Andrew Coates" | ||
- run: npm install semver | ||
- run: node generate-all.js | ||
- run: node generate-all.js onlyOne | ||
- run: git add RELEASES | ||
- run: git commit -m "Update RELEASES" | ||
- run: git push | ||
|
@@ -53,10 +53,10 @@ jobs: | |
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 # fetch all branches etc | ||
submodules: true | ||
submodules: false | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: '12' | ||
node-version: '18' | ||
# Clean up some unneeded disk hogs | ||
- run: Remove-Item "$Env:Programfiles\Azure Cosmos DB Emulator" -Recurse -Force -ErrorAction SilentlyContinue -ErrorVariable err | ||
- run: Write-Host $err | ||
|
@@ -65,7 +65,7 @@ jobs: | |
- run: git config --global user.email "[email protected]" | ||
- run: git config --global user.name "Andrew Coates" | ||
- run: npm install semver | ||
- run: node generate-all-mac.js | ||
- run: node generate-all-mac.js onlyOne | ||
- run: git add RELEASES_MAC | ||
- run: git commit -m "Update RELEASES_MAC" | ||
- run: git push |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
0.73.3 | ||
0.73.2 | ||
0.73.1 | ||
0.73.0 | ||
|
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