We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d30a7 commit 619cd46Copy full SHA for 619cd46
.changeset/metal-grapes-repair.md
@@ -0,0 +1,5 @@
1
+---
2
+"eslint-plugin-es-x": patch
3
4
+
5
+ci: trusted publishing
.github/workflows/Release.yml
@@ -24,6 +24,11 @@ jobs:
24
uses: actions/setup-node@v5
25
with:
26
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
32
- name: Install Dependencies
33
run: npm install -f
34
@@ -36,4 +41,3 @@ jobs:
36
41
env:
37
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
43
NPM_CONFIG_PROVENANCE: true
39
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments