Skip to content

Commit

Permalink
Exclude yarn from repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Nov 30, 2024
1 parent 3dc1bb2 commit e248cda
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 901 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
node-version: 20.x

- name: Enable Corepack
run: corepack enable

- name: Install dependencies
run: yarn install

Expand Down Expand Up @@ -63,6 +66,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Enable Corepack
run: corepack enable

- name: Install dependencies
run: yarn install

Expand Down
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ node_modules
# Yarn:
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Project
lib/**/*.js
Expand Down
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.1.cjs

0 comments on commit e248cda

Please sign in to comment.