File tree Expand file tree Collapse file tree 4 files changed +241
-237
lines changed
Expand file tree Collapse file tree 4 files changed +241
-237
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @icebreakers/monorepo " : patch
3+ ---
4+
5+ chore: update release.yml for oidc
Original file line number Diff line number Diff line change 2929 - name : Setup Node.js environment
3030 uses : actions/setup-node@v6
3131 with :
32- node-version : 22
32+ node-version : 24
3333 cache : pnpm
3434
3535 - name : Install Dependencies
4646 # see https://github.com/sonofmagic/npm-lib-rollup-template/blob/main/.github/workflows/release.yml#L46
4747 # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4848 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
49+ # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5050 npm_config_registry : https://registry.npmjs.org
5151 # https://github.com/changesets/changesets/pull/1659
5252 NPM_CONFIG_PROVENANCE : true
Original file line number Diff line number Diff line change 4444 "@changesets/cli" : " ^2.29.8" ,
4545 "@commitlint/cli" : " ^20.2.0" ,
4646 "@icebreakers/commitlint-config" : " ^1.2.3" ,
47- "@icebreakers/eslint-config" : " ^1.6.5 " ,
47+ "@icebreakers/eslint-config" : " ^1.6.6 " ,
4848 "@icebreakers/monorepo" : " workspace:*" ,
4949 "@icebreakers/stylelint-config" : " ^1.2.3" ,
5050 "@types/fs-extra" : " ^11.0.4" ,
You can’t perform that action at this time.
0 commit comments