File tree Expand file tree Collapse file tree 3 files changed +380
-223
lines changed
Expand file tree Collapse file tree 3 files changed +380
-223
lines changed Original file line number Diff line number Diff line change 88
99concurrency : ${{ github.workflow }}-${{ github.ref }}
1010
11+ permissions :
12+ contents : write
13+ pull-requests : write
14+ id-token : write
15+
1116jobs :
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments