mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
chore: github actions runs on ubuntu 16.04 (#4683)
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user