Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Run less CI #24

Merged
merged 1 commit into from
Apr 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,16 @@ env:

jobs:
test:
name: Test on Node.js ${{ matrix.node }} and ${{ matrix.os }}
name: Test on Node.js ${{ matrix.node }}

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node: [10, 12]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf

- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node }}
Expand Down
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.