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

CI: Add yarn into matrix. #4

@ryan-roemer

Description

@ryan-roemer

alongside npm

Something like:

env:
  matrix:
    - PKG_TOOL=npm
    - PKG_TOOL=yarn

before_install:
  - '[ "$PKG_TOOL" != "npm" ] || npm install -g npm'
  - '[ "$PKG_TOOL" != "yarn" ] || npm install -g yarn'

install:
  - ${PKG_TOOL} install

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions