Skip to content

Commit ab70666

Browse files
committed
wip
1 parent 4cb9c28 commit ab70666

File tree

6 files changed

+2457
-1630
lines changed

6 files changed

+2457
-1630
lines changed

.github/workflows/new_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414
- uses: jdx/mise-action@v2
15-
- run: pnpm install
15+
- run: npm install
1616

1717
- name: Run new-release script
1818
run: ./scripts/new-release.sh ${{ github.event.client_payload.version }}

.github/workflows/release_notifications.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: jdx/mise-action@v2
18-
- run: pnpm install
18+
- run: npm install
1919

2020
- name: Notify upgrade-support of a new release
2121
run: ./scripts/notify-new-release.js

mise.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[tools]
22
node = "20"
3-
pnpm = "9"
43
ruby = "3.2"

0 commit comments

Comments
 (0)