Skip to content

Commit 487a628

Browse files
committed
ci: update changset
1 parent 29075e5 commit 487a628

File tree

3 files changed

+380
-223
lines changed

3 files changed

+380
-223
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88

99
concurrency: ${{ github.workflow }}-${{ github.ref }}
1010

11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
id-token: write
15+
1116
jobs:
1217
release:
1318
name: Release
@@ -21,10 +26,11 @@ jobs:
2126
# https://github.com/pnpm/pnpm/issues/8953
2227
version: 9.15.3
2328

24-
- name: Setup Node.js 20.x
25-
uses: actions/setup-node@v3
29+
- name: Setup Node.js 24.x
30+
uses: actions/setup-node@v4
2631
with:
27-
node-version: 20.x
32+
node-version: 24.x
33+
registry-url: "https://registry.npmjs.org"
2834

2935
- name: Install Dependencies
3036
run: pnpm i --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@babel/preset-env": "^7.23.3",
5656
"@babel/preset-typescript": "^7.23.3",
57-
"@changesets/cli": "^2.27.1",
57+
"@changesets/cli": "^2.30.0",
5858
"@rollup/plugin-babel": "^6.0.4",
5959
"@rollup/plugin-commonjs": "^25.0.7",
6060
"@rollup/plugin-node-resolve": "^15.2.3",

0 commit comments

Comments
 (0)