Skip to content

Commit 215316a

Browse files
authored
chore: enable OIDC releases (#2804)
1 parent 1bff17d commit 215316a

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/changesets-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88

99
concurrency: ${{ github.workflow }}-${{ github.ref }}
1010

11+
permissions:
12+
id-token: write
13+
contents: write
14+
packages: write
15+
pull-requests: write
16+
1117
jobs:
1218
changesets-release:
1319
name: Changesets Release
@@ -42,4 +48,3 @@ jobs:
4248
commit: "Version Packages (`${{ github.ref_name }}`)"
4349
env:
4450
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

packages/catalyst/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "tsup"
2121
},
2222
"engines": {
23-
"node": "^20.0.0 || ^22.0.0"
23+
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
2424
},
2525
"dependencies": {
2626
"@segment/analytics-node": "^2.2.1",

packages/create-catalyst/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "tsup"
1616
},
1717
"engines": {
18-
"node": "^20.0.0 || ^22.0.0"
18+
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
1919
},
2020
"dependencies": {
2121
"@commander-js/extra-typings": "^14.0.0",

0 commit comments

Comments
 (0)