Skip to content

Commit

Permalink
upgrade to yarn 4 (#171) (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
  • Loading branch information
remcohaszing and mifi authored Aug 19, 2024
1 parent 17c7800 commit d336ac2
Show file tree
Hide file tree
Showing 6 changed files with 6,989 additions and 4,848 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
max-parallel: 1
matrix:
node:
- 16
- 18
- 20.15.1
- 22.3.0
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
strategy:
matrix:
node:
- 14
- 16
- 18
- 20
- 22
Expand Down
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@ sample.js
npm-debug.log
env.sh
/coverage

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.aider*
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
"mp3"
],
"author": "Tim Koschuetzki <tim@transloadit.com>",
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447",
"packageManager": "yarn@4.0.1",
"engines": {
"node": ">= 14.16",
"yarn": ">= 1.22.19"
"node": ">= 14.16"
},
"dependencies": {
"debug": "^4.3.1",
Expand Down
Loading

0 comments on commit d336ac2

Please sign in to comment.