Add update option to install-packages on npmjs CI (#856)

* Add update option to install-packages on npmjs CI

* Add update option to install-packages on npmjs CI

PR job
This commit is contained in:
Karol Wrótniak
2025-05-19 14:12:54 +02:00
committed by GitHub
parent ec2d013cc2
commit dabf078b07
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ blocks:
jobs:
- name: Deploy
commands:
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3 --update
- sem-version node 20
- checkout
- npm install

View File

@@ -21,7 +21,7 @@ blocks:
- name: npm test
commands:
- checkout
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3 pkg-config curl zip unzip wget build-essential cmake ninja-build git
- install-package libzmq3-dev libprotobuf-dev graphicsmagick yasm gulp python3 pkg-config curl zip unzip wget build-essential cmake ninja-build git --update
- sem-version node 22
- export PATH=$PWD/node_modules/.bin:$PATH
- sed -i'' -e '/phantomjs/d' package.json