Skip to content

Commit 977dd9d

Browse files
committed
FIX: CI Workflow
1 parent 93e8963 commit 977dd9d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: node -v
3737

3838
- name: Install dependencies
39-
run: yarn install --frozen-lockfile
39+
run: yarn install
4040

4141
# - name: Lint code
4242
# run: yarn lint:all

.github/workflows/run-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v4
32+
33+
- name: Enable Corepack
34+
run: corepack enable
35+
36+
- name: Set Yarn Version
37+
run: corepack prepare yarn@4.4.1 --activate
38+
3239
- name: Use Node.js
3340
uses: actions/setup-node@v3
3441
with:

0 commit comments

Comments
 (0)