File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 with :
1212 node-version : ' 22.x'
1313 registry-url : ' https://registry.npmjs.org'
14- - run : npm install -g corepack@latest
14+ - run : npm install -g --force corepack@latest
1515 - run : corepack enable
1616 - run : pnpm install --frozen-lockfile
1717 - run : pnpm run lint
Original file line number Diff line number Diff line change 1111 with :
1212 node-version : ' 22.x'
1313 registry-url : ' https://registry.npmjs.org'
14- - run : npm install -g corepack@latest
14+ - run : npm install -g --force corepack@latest
1515 - run : corepack enable
1616 - run : pnpm install --frozen-lockfile
1717 - run : pnpm run build && pnpm publish -r --no-git-checks
Original file line number Diff line number Diff line change 1515 uses : actions/setup-node@v4
1616 with :
1717 node-version : ${{ matrix.node-version }}
18- - run : npm install -g corepack@latest
18+ - run : npm install -g --force corepack@latest
1919 - run : corepack enable
2020 - run : pnpm install --frozen-lockfile
2121 - run : pnpm run build
You can’t perform that action at this time.
0 commit comments