Skip to content

Commit 20f67da

Browse files
Update npm
Update to the latest version of `npm` to ensure trusted publishing is available.
1 parent 9b6fca1 commit 20f67da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
node-version: '22.x'
3939
registry-url: 'https://registry.npmjs.org'
4040

41+
- name: Update npm
42+
run: npm install -g npm@latest
43+
4144
- name: Install packages
4245
run: |
4346
npm ci

0 commit comments

Comments
 (0)