mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-27 00:19:39 +01:00
refactor: use --frozen-lockfile in actions (#853)
This commit is contained in:
parent
fb8d0e7efc
commit
42a81e6647
2
frontend/.github/workflows/node.js.yml
vendored
2
frontend/.github/workflows/node.js.yml
vendored
@ -23,6 +23,6 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: yarn
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn run test
|
- run: yarn run test
|
||||||
- run: yarn run fmt:check
|
- run: yarn run fmt:check
|
||||||
|
1
frontend/.github/workflows/release.yml
vendored
1
frontend/.github/workflows/release.yml
vendored
@ -38,4 +38,3 @@ jobs:
|
|||||||
- name: Publish static assets to S3
|
- name: Publish static assets to S3
|
||||||
run: |
|
run: |
|
||||||
aws s3 cp build/ s3://getunleash-static/unleash/${{ steps.get_version.outputs.VERSION }} --recursive
|
aws s3 cp build/ s3://getunleash-static/unleash/${{ steps.get_version.outputs.VERSION }} --recursive
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user