ci: don't use node/install-packages for now

This commit is contained in:
Christopher Willis-Ford 2022-11-22 14:50:00 -08:00
parent 5921cdc4ed
commit 0e99e9b7c6

View file

@ -49,7 +49,7 @@ jobs:
travis/install-assets.sh travis/install-assets.sh
npm set progress=false npm set progress=false
which gulp || sudo npm install -g gulp-cli which gulp || sudo npm install -g gulp-cli
- node/install-packages - run: npm install # TODO: node/install-packages
- run: - run:
name: Build & Test name: Build & Test
command: | command: |