Skip to content

Commit ca52ebe

Browse files
authored
Merge branch 'main' into renovate/storybook-monorepo
2 parents e5ee8d5 + a8fd746 commit ca52ebe

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/changesets-renovate.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
generate-changeset:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
if: github.actor == 'renovate[bot]' && github.repository == 'scaleway/ultraviolet'
1414
steps:
1515
- name: Checkout
@@ -22,5 +22,10 @@ jobs:
2222
git config --global user.name 'Scaleway Bot'
2323
git config --global user.email '[email protected]'
2424
- uses: pnpm/[email protected]
25+
- name: Use Node.js
26+
uses: actions/[email protected]
27+
with:
28+
node-version: 22
29+
cache: "pnpm"
2530
- name: Run changesets-renovate
2631
run: pnpm dlx @scaleway/changesets-renovate

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "root",
33
"private": true,
4-
"packageManager": "pnpm@9.13.2",
4+
"packageManager": "pnpm@9.14.2",
55
"engines": {
66
"node": ">=18.x",
77
"pnpm": ">=9.x"

0 commit comments

Comments
 (0)