File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 registry-url : ' https://registry.npmjs.org'
2525 cache : ' pnpm'
2626 cache-dependency-path : ' pnpm-lock.yaml'
27+ - name : Install latest npm
28+ run : npm install -g npm@latest
29+ shell : bash
2730 - name : Install dependencies
2831 run : pnpm install --frozen-lockfile
2932 shell : bash
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 # pin@v4.0.0
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.1.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 :
You can’t perform that action at this time.
0 commit comments