Skip to content

Replace array iteration with standard for-loop to avoid producing gar… #336

Replace array iteration with standard for-loop to avoid producing gar…

Replace array iteration with standard for-loop to avoid producing gar… #336

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Build
run: |
npm install
npm run build
- name: Test
run: |
npm run test:pixi5
npm run test:pixi6
npm run test:pixi7