Skip to content

Use different git accounts #33

Use different git accounts

Use different git accounts #33

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-10.15, macos-11, macos-12]
steps:
- uses: actions/checkout@v1
- name: Run install script
run: ./install.sh