mirror of
https://github.com/valitydev/token-keeper-proto.git
synced 2024-11-06 09:25:17 +00:00
Update valitydev/action-setup-thrift action to v1.0.2 (#30)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
fb52924d2a
commit
f56fc5a49d
2
.github/workflows/frontend-pr.yml
vendored
2
.github/workflows/frontend-pr.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: valitydev/action-frontend/setup@v0.1
|
- uses: valitydev/action-frontend/setup@v0.1
|
||||||
- uses: valitydev/action-setup-thrift@v1.0.1
|
- uses: valitydev/action-setup-thrift@v1.0.2
|
||||||
- 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@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: valitydev/action-frontend/setup@v0.1
|
- uses: valitydev/action-frontend/setup@v0.1
|
||||||
- uses: valitydev/action-setup-thrift@v1.0.1
|
- uses: valitydev/action-setup-thrift@v1.0.2
|
||||||
- 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