Skip to content

Commit

Permalink
update ci node and yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Jun 6, 2024
1 parent b3c3758 commit 3f5716b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: "20"
NODE_VERSION: "22"

jobs:
lib-site-build:
Expand Down
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 = "20", YARN_VERSION = "4.1.0" }
environment = { NODE_VERSION = "22", YARN_VERSION = "4.2.2" }

[dev]
publish = "apps/site/build"
Expand Down

0 comments on commit 3f5716b

Please sign in to comment.