Skip to content

Commit cc7e3c4

Browse files
committed
chore: force install
1 parent 6e047d1 commit cc7e3c4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,14 @@ jobs:
2323
mkdir ../configMatrix
2424
cp ./.github/workflows/configMatrix.sh ../configMatrix/
2525
26-
- name: Setup
27-
uses: ./.github/actions/setup
26+
- name: Setup Node.js
27+
uses: actions/setup-node@v3
28+
with:
29+
node-version-file: .nvmrc
30+
31+
- name: Install dependencies
32+
run: yarn install --immutable
33+
shell: bash
2834

2935
- name: Build crnl
3036
run: |

0 commit comments

Comments
 (0)