Skip to content

Commit

Permalink
Merge branch 'main' into renovate/storybook-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
philibea authored Dec 1, 2024
2 parents e5ee8d5 + a8fd746 commit ca52ebe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/changesets-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
generate-changeset:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: github.actor == 'renovate[bot]' && github.repository == 'scaleway/ultraviolet'
steps:
- name: Checkout
Expand All @@ -22,5 +22,10 @@ jobs:
git config --global user.name 'Scaleway Bot'
git config --global user.email '[email protected]'
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: 22
cache: "pnpm"
- name: Run changesets-renovate
run: pnpm dlx @scaleway/changesets-renovate
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"engines": {
"node": ">=18.x",
"pnpm": ">=9.x"
Expand Down

0 comments on commit ca52ebe

Please sign in to comment.