Skip to content

Commit

Permalink
Revert "upgrade to yarn 4 (#171)"
Browse files Browse the repository at this point in the history
This reverts commit cba2cb5.
  • Loading branch information
remcohaszing committed Aug 19, 2024
1 parent f4847db commit 461b046
Show file tree
Hide file tree
Showing 6 changed files with 4,847 additions and 6,991 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Integration tests are not yet ready to run in parallel
max-parallel: 1
matrix:
node: ['18', '20']
node: ['16', '18', '20']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node: ['18', '20']
node: ['14', '16', '18']

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,4 @@ sample.js
npm-debug.log
env.sh
/coverage

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.aider*
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
"mp3"
],
"author": "Tim Koschuetzki <tim@transloadit.com>",
"packageManager": "yarn@4.0.1",
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447",
"engines": {
"node": ">= 14.16"
"node": ">= 14.16",
"yarn": ">= 1.22.19"
},
"dependencies": {
"debug": "^4.3.1",
Expand Down
Loading

0 comments on commit 461b046

Please sign in to comment.