mirror of
https://github.com/valitydev/dominator-proto.git
synced 2024-11-06 02:35:15 +00:00
Update valitydev/action-setup-thrift action to v1.0.3
This commit is contained in:
parent
41bee978fc
commit
1e466c30cb
2
.github/workflows/frontend-pr.yml
vendored
2
.github/workflows/frontend-pr.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: valitydev/action-frontend/setup@v1
|
- uses: valitydev/action-frontend/setup@v1
|
||||||
- uses: valitydev/action-setup-thrift@v1.0.2
|
- uses: valitydev/action-setup-thrift@v1.0.3
|
||||||
- run: npm i # protocols don't always update the package-lock.json, so installing from package.json
|
- run: npm i # protocols don't always update the package-lock.json, so installing from package.json
|
||||||
- name: Codegen
|
- name: Codegen
|
||||||
run: npm run codegen
|
run: npm run codegen
|
||||||
|
2
.github/workflows/frontend-publish.yml
vendored
2
.github/workflows/frontend-publish.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: valitydev/action-frontend/setup@v1
|
- uses: valitydev/action-frontend/setup@v1
|
||||||
- uses: valitydev/action-setup-thrift@v1.0.2
|
- uses: valitydev/action-setup-thrift@v1.0.3
|
||||||
- run: npm i # protocols don't always update the package-lock.json, so installing from package.json
|
- run: npm i # protocols don't always update the package-lock.json, so installing from package.json
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run codegen
|
run: npm run codegen
|
||||||
|
Loading…
Reference in New Issue
Block a user