Skip to content

Commit 43ad5d3

Browse files
Release/v4.37.0 (#1255)
1 parent f8d0dcc commit 43ad5d3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/actions/npm-publish/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ runs:
2828
shell: bash
2929
run: npm ci --include=dev
3030

31+
- name: Update npm to latest
32+
shell: bash
33+
run: npm install -g npm@latest
34+
3135
- name: Build package
3236
if: inputs.require-build == 'true'
3337
shell: bash

0 commit comments

Comments
 (0)