Skip to content

Refactor: allow usage in browser #759

Refactor: allow usage in browser

Refactor: allow usage in browser #759

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master, "1.13" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
mcVersionIndex: [0, 1, 2, 3, 4, 5, 6, 7, 8]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- env:
CIRCLE_NODE_INDEX: ${{ matrix.mcVersionIndex }}
CIRCLE_NODE_TOTAL: 9
run: npm test