Skip to content

Commit

Permalink
chore: update node and yarn versions
Browse files Browse the repository at this point in the history
NodeJS: `20.6.1` -> `20.9.0`
Yarn: `4.2.2` -> `4.5.0`
  • Loading branch information
NedcloarBR committed Oct 11, 2024
1 parent 70e4e2e commit 2fd461a
Show file tree
Hide file tree
Showing 5 changed files with 931 additions and 899 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.6.1
v20.9.0
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.2.2.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
yarnPath: .yarn/releases/yarn-4.2.2.cjs
nodeLinker: node-modules
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.6.1"
"node": "20.9.0"
},
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.5.0",
"author": {
"name": "Miguel Alexandre Uhlein <NedcloarBR>",
"email": "[email protected]",
Expand Down

0 comments on commit 2fd461a

Please sign in to comment.