Skip to content

Commit

Permalink
hotfix: Use lockfile in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH committed Dec 8, 2024
1 parent e577c59 commit 54434ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runTestsOnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 54434ec

Please sign in to comment.