Skip to content

Commit 3bc88c1

Browse files
Use npm install instead of npm ci for Node 22 compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 13ed658 commit 3bc88c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishtoNPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
5050
- name: Install dependencies
51-
run: npm ci
51+
run: npm install
5252

5353
- name: Build
5454
run: npx tsc

0 commit comments

Comments
 (0)