ci: use Node 10, install libgif-dev

This commit is contained in:
Christopher Willis-Ford 2022-11-22 15:12:05 -08:00
parent 0e99e9b7c6
commit e6d3673164

View file

@ -35,21 +35,20 @@ commands:
jobs: jobs:
default: default:
executor: docker:
name: node/default - image: circleci/node:10-browsers # TODO: switch to cimg/node:* after upgrading gulp
tag: lts-browsers
environment:
CXX: "g++-4.9"
steps: steps:
- checkout - checkout
- run: - run:
name: Setup name: Setup
command: | command: |
sudo apt update
sudo apt install libgif-dev
travis/setup-git.sh travis/setup-git.sh
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
- run: npm install # TODO: node/install-packages - run: npm install # TODO: switch to node/install-packages after adding package_lock.json
- run: - run:
name: Build & Test name: Build & Test
command: | command: |