mirror of
https://github.com/kazhala/dotbare
synced 2024-11-02 09:40:27 +00:00
fix
This commit is contained in:
parent
af9d2be4eb
commit
c0421ff94a
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -9,10 +9,11 @@ defaults:
|
||||
|
||||
jobs:
|
||||
ubuntu:
|
||||
runs-on: [ubuntu-latest, ubuntu-16.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x]
|
||||
os: [ubuntu-16.04, ubuntu-18.04]
|
||||
node-version: [10]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
Loading…
Reference in New Issue
Block a user