chore: github actions runs on ubuntu 16.04 (#4683)

This commit is contained in:
DIYgod
2020-05-06 21:26:18 +08:00
committed by GitHub
parent af18557335
commit f14f68c3d8

View File

@@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
services:
redis:
@@ -24,7 +24,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run : sudo apt-get update & sudo apt-get install -y libgbm-dev
- run : yarn install
- run: npm run test
env: