Use --immutable flag whenever "yarn install" is called by a tool

Fixes #347

Change-Id: I1b8423f9cef46a425c1ec7665c8285af10c56df6
This commit is contained in:
Manuel Stahl
2024-02-07 17:36:36 +01:00
parent d1e9f38b14
commit ae7f6e18e5
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "18"
- run: yarn install
- run: yarn install --immutable
- run: yarn build
- run: |
version=`git describe --dirty --tags || echo unknown`