From 54434ecb9f5643d7d3f4562f7841ebd783d97919 Mon Sep 17 00:00:00 2001 From: woh Date: Sun, 8 Dec 2024 17:37:06 +0100 Subject: [PATCH] hotfix: Use lockfile in CI --- .github/workflows/runTestsOnPush.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runTestsOnPush.yml b/.github/workflows/runTestsOnPush.yml index b62976c3a..c1f9fe1df 100644 --- a/.github/workflows/runTestsOnPush.yml +++ b/.github/workflows/runTestsOnPush.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@master - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: yarn @@ -35,7 +35,7 @@ jobs: # run: yarn set resolution typescript ${{ matrix.typescript-version }} - name: Install - run: yarn install --ignore-scripts --no-lockfile + run: yarn install --ignore-scripts - name: Output ts version run: yarn tsc --version