1
0
mirror of synced 2026-05-22 14:43:19 +00:00

Exclude yarn from code

This commit is contained in:
Borewit
2024-08-02 11:43:43 +02:00
parent b7b408beba
commit 12bc9609c0
3 changed files with 4 additions and 4 deletions
+4 -2
View File
@@ -3,7 +3,6 @@ on:
pull_request:
branches: [ "master" ]
push:
branches: [ "master" ]
jobs:
@@ -19,6 +18,9 @@ jobs:
with:
node-version: 20.x
- name: Enable Corepack
run: corepack enable yarn
- name: Yarn install
run: yarn install
@@ -63,7 +65,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Enable Corepack
run: corepack enable
run: corepack enable yarn
- name: Install dependencies
run: yarn install
BIN
View File
Binary file not shown.
-2
View File
@@ -1,3 +1 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.3.1.cjs