Skip to content

Commit

Permalink
update node and yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Oct 26, 2024
1 parent acc0e6c commit ba67ba4
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 362 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
NODE_VERSION: "22.9.0"
NODE_VERSION: "22.10.0"

jobs:
lib-site-build:
Expand Down
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ nmHoistingLimits: workspaces

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ redirects = [
[build]
command = "yarn build-netlify"
publish = "apps/site/build"
environment = { NODE_VERSION = "22.9.0", YARN_VERSION = "4.5.0" }
environment = { NODE_VERSION = "22.10.0", YARN_VERSION = "4.5.1" }

[dev]
publish = "apps/site/build"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"turbo": "^2.2.3",
"typescript": "^5.6.3"
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.1"
}

0 comments on commit ba67ba4

Please sign in to comment.