Skip to content

Commit 619cd46

Browse files
ci: trusted publishing (#297)
Co-authored-by: Yosuke Ota <[email protected]>
1 parent 96d30a7 commit 619cd46

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.changeset/metal-grapes-repair.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-es-x": patch
3+
---
4+
5+
ci: trusted publishing

.github/workflows/Release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
uses: actions/setup-node@v5
2525
with:
2626
node-version: '24'
27+
28+
# npm 11.5.1 or later is required so update to latest to be sure
29+
- name: Update npm
30+
run: npm install -g npm@latest
31+
2732
- name: Install Dependencies
2833
run: npm install -f
2934

@@ -36,4 +41,3 @@ jobs:
3641
env:
3742
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3843
NPM_CONFIG_PROVENANCE: true
39-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)