Skip to content

Commit 8a7bb09

Browse files
committed
another npm fix
1 parent 8b9cbfb commit 8a7bb09

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ jobs:
2525
node-version: '22'
2626
cache: 'npm'
2727

28-
# Use the npm version pinned via "packageManager" in package.json
29-
# so contributors and CI produce identical lockfile shapes.
30-
- name: enable corepack
31-
run: corepack enable
28+
- name: pin npm version
29+
run: npm install -g npm@11.6.2
3230

3331
- run: npm ci
3432

0 commit comments

Comments
 (0)