Skip to content

Commit 1ec479c

Browse files
committed
chore: update release.yml for oidc
1 parent f60ed95 commit 1ec479c

File tree

4 files changed

+241
-237
lines changed

4 files changed

+241
-237
lines changed

.changeset/clean-spiders-care.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@icebreakers/monorepo": patch
3+
---
4+
5+
chore: update release.yml for oidc

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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",

0 commit comments

Comments
 (0)