File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,10 @@ jobs:
5252 uses : actions/checkout@v4
5353 with :
5454 fetch-depth : 0
55- - name : Install pnpm
56- uses :
pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # [email protected] 55+ - name : Setup deps
56+ uses : ./.github/actions/setup-cli-deps
5757 with :
58- version : ${{ env.PNPM_VERSION }}
59- run_install : false
58+ node-version : 24.12.0
6059 - name : Force snapshot changeset
6160 run : " mv .changeset/force-snapshot-build.md.ignore .changeset/force-snapshot-build.md"
6261 - name : Create snapshot version
8786 if : ${{ github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag == '') }}
8887 runs-on : ubuntu-latest
8988 permissions :
90- contents : read
89+ contents : write
9190 pull-requests : write
9291 id-token : write
9392 steps :
9897 - name : Setup deps
9998 uses : ./.github/actions/setup-cli-deps
10099 with :
101- node-version : 24.1 .0
100+ node-version : 24.12 .0
102101 - name : Create Release Pull Request
103102 uses : changesets/action@e9cc34b540dd3ad1b030c57fd97269e8f6ad905a # pin@v1
104103 with :
@@ -128,7 +127,7 @@ jobs:
128127 - name : Setup deps
129128 uses : ./.github/actions/setup-cli-deps
130129 with :
131- node-version : 24.1 .0
130+ node-version : 24.12 .0
132131 - name : Release
133132 run : pnpm release ${{ github.event.inputs.tag || 'nightly' }}
134133 env :
You can’t perform that action at this time.
0 commit comments