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