Skip to content

[XELP] use forked versions for custom support and all the fixes. #2

[XELP] use forked versions for custom support and all the fixes.

[XELP] use forked versions for custom support and all the fixes. #2

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
ci:
runs-on: ${{ matrix.os }}
env:
#hardcode the coveralls token...it's not overly important to protect, and github actions won't allow forks to work with coveralls otherwise
COVERALLS_REPO_TOKEN: "fSZnZ2ciuSy219J8ohCWIj5rvJOZVb8JO"
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.19.0"
architecture: 'x64' # fix for macos-latest
- run: npm ci
- run: npm run preversion
- run: npm run publish-coverage