mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
chore(GH-action): using ubuntu 16 and removed node 8 from CI
This commit is contained in:
parent
07f6edc9ca
commit
a213f98cb0
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -12,10 +12,10 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-16.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [8.x, 10.x, 12.x]
|
||||
node-version: [10.x, 12.x, 13.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user