2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-02 09:40:27 +00:00
This commit is contained in:
kevin zhuang 2020-05-15 14:02:41 +10:00
parent af9d2be4eb
commit c0421ff94a

View File

@ -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 }}