Prevent GitHub worflow from changing lockfile
This commit is contained in:
@@ -22,10 +22,11 @@ jobs:
|
|||||||
- name: Setup Node and Yarn
|
- name: Setup Node and Yarn
|
||||||
uses: volta-cli/action@v3
|
uses: volta-cli/action@v3
|
||||||
|
|
||||||
- name: Build
|
- name: Install dependencies
|
||||||
run: |
|
run: yarn install --immutable
|
||||||
yarn install
|
|
||||||
yarn run build
|
- name: Build the file
|
||||||
|
run: yarn run build
|
||||||
|
|
||||||
- name: HACS build validation
|
- name: HACS build validation
|
||||||
uses: "hacs/action@21.12.1"
|
uses: "hacs/action@21.12.1"
|
||||||
|
|||||||
@@ -17,11 +17,11 @@ jobs:
|
|||||||
- name: Setup Node and Yarn
|
- name: Setup Node and Yarn
|
||||||
uses: volta-cli/action@v3
|
uses: volta-cli/action@v3
|
||||||
|
|
||||||
# Build
|
- name: Install dependencies
|
||||||
|
run: yarn install --immutable
|
||||||
|
|
||||||
- name: Build the file
|
- name: Build the file
|
||||||
run: |
|
run: yarn run build
|
||||||
yarn install
|
|
||||||
yarn run build
|
|
||||||
|
|
||||||
# Upload build file to the release as an asset.
|
# Upload build file to the release as an asset.
|
||||||
- name: Upload zip to release
|
- name: Upload zip to release
|
||||||
|
|||||||
Reference in New Issue
Block a user