Skip to content

Commit 11b8f49

Browse files
committed
Update CI workflow: downgrade npm version to 10.9.2
1 parent 9111598 commit 11b8f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
export NVM_VERSION=0.40.1
3535
export NODE_VERSION=22.13.0
36-
export NPM_VERSION=11.0.0
36+
export NPM_VERSION=10.9.2
3737
export NVM_DIR="$HOME/.nvm"
3838
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v$NVM_VERSION/install.sh | bash
3939
echo "Setting up the variables to run nvm"

0 commit comments

Comments
 (0)