Skip to content

Commit

Permalink
Bump Volto from 18.0.0-alpha.46 to 18.0.0-alpha.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Fosten committed Oct 28, 2024
1 parent 93e2484 commit fab7074
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- ".github/workflows/acceptance.yml"

env:
NODE_VERSION: 20.x
NODE_VERSION: 22.x
CYPRESS_RETRIES: 2

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
NODE_VERSION: 20.x
NODE_VERSION: 22.x
ADDON_NAME: volto-farmos

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- ".github/workflows/code.yml"

env:
NODE_VERSION: 20.x
NODE_VERSION: 22.x

jobs:
codeanalysis:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- ".github/workflows/i18n.yml"

env:
NODE_VERSION: 20.x
NODE_VERSION: 22.x

jobs:
unit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- ".github/workflows/storybook.yml"

env:
NODE_VERSION: 20.x
NODE_VERSION: 22.x

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- ".github/workflows/unit.yml"

env:
NODE_VERSION: 20.x
NODE_VERSION: 22.x

jobs:
unit:
Expand Down
2 changes: 1 addition & 1 deletion mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"package": "@plone/volto",
"url": "git@github.com:plone/volto.git",
"https": "https://github.com/plone/volto.git",
"tag": "18.0.0-alpha.46"
"tag": "18.0.0-alpha.47"
}
}
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,11 @@
"devDependencies": {
"mrs-developer": "^2.2.0"
},
"pnpm": {
"overrides": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"react-refresh": "^0.14.2"
}
},
"packageManager": "pnpm@9.1.1"
}
1 change: 1 addition & 0 deletions packages/volto-farmos/news/+volto47.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump Volto from 18.0.0-alpha.46 to 18.0.0-alpha.47 @fosten

0 comments on commit fab7074

Please sign in to comment.