Skip to content

Commit

Permalink
Update CI workflow: ensure npm version 10.9.2 is installed globally
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaRa94 committed Jan 13, 2025
1 parent 11b8f49 commit 46bac4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "Invalid npm version, expected $NPM_VERSION, got $CURR_NPM_VERSION"
npm install npm@$NPM_VERSION
fi
npm install -g npm@11.0.0
npm install -g npm@10.9.2
npm install enketo-transformer
npm install libxslt
Expand Down

0 comments on commit 46bac4f

Please sign in to comment.