Skip to content

Commit ec9b3c3

Browse files
authored
ci: trusted publishing (#215)
1 parent 6c62ba3 commit ec9b3c3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ jobs:
8080
- name: ⎔ Setup Node
8181
uses: actions/setup-node@v4
8282
with:
83-
node-version: 18
83+
node-version: lts/*
84+
85+
# npm 11.5.1 or later is required so update to latest to be sure
86+
- name: Update npm
87+
run: npm install -g npm@latest
8488

8589
- name: 📥 Install dependencies
8690
run: npm install
@@ -101,4 +105,3 @@ jobs:
101105
env:
102106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103107
NPM_CONFIG_PROVENANCE: true
104-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)