Fix bench workflow

This commit is contained in:
Wilson Lin 2021-08-08 11:17:32 +10:00
parent d43e25c237
commit 35e53d6b3b
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Set up Node.js for benching
uses: actions/setup-node@master
with:
node-version: 10.x
node-version: 16.x
- name: Set up Node.js module
working-directory: ./nodejs
@ -47,7 +47,7 @@ jobs:
- name: Build bench
working-directory: ./bench
run: |
sudo apt install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
sudo apt install -y build-essential
npm install
./build.sh