Skip to content

Commit 8ffd296

Browse files
authored
Merge pull request #42 from verygoodsecurity/DEVX-2246-1
[DEVX-2246] Update npm
2 parents d99c9e0 + 8beca64 commit 8ffd296

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test-and-publish.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,12 @@ jobs:
8888
node-version: '22.14.0'
8989
cache: 'yarn'
9090
registry-url: 'https://registry.npmjs.org'
91-
91+
92+
- name: Upgrade npm for trusted publishing
93+
run: |
94+
npm install --global npm@11
95+
npm --version
96+
node --version
9297
- name: Install dependencies
9398
run: yarn install --frozen-lockfile
9499

0 commit comments

Comments
 (0)