Merge pull request #3835 from aoneill01/fix/semantic-release

ci: use a specific version of semantic-release
This commit is contained in:
Andy O'Neill 2023-01-10 16:21:06 -05:00 committed by GitHub
commit 8d39d5e7e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 237 deletions

View file

@ -30,6 +30,7 @@ jobs:
- run: npm test - run: npm test
- run: npm run build - run: npm run build
- deploy_gh_pages - deploy_gh_pages
- run: npx --no -- semantic-release --dry-run
build_and_release: build_and_release:
executor: executor:
name: node/default name: node/default
@ -40,7 +41,7 @@ jobs:
- run: npm test - run: npm test
- run: npm run build - run: npm run build
- deploy_gh_pages - deploy_gh_pages
- run: npx semantic-release - run: npx --no -- semantic-release
update_i18n: update_i18n:
executor: executor:
name: node/default name: node/default

291
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -96,6 +96,7 @@
"scratch-storage": "2.0.2", "scratch-storage": "2.0.2",
"scratch-svg-renderer": "0.2.0-prerelease.20210727023023", "scratch-svg-renderer": "0.2.0-prerelease.20210727023023",
"script-loader": "0.7.2", "script-loader": "0.7.2",
"semantic-release": "19.0.5",
"stats.js": "0.17.0", "stats.js": "0.17.0",
"tap": "16.2.0", "tap": "16.2.0",
"tiny-worker": "2.3.0", "tiny-worker": "2.3.0",