Skip to content

v1.2.2: first class PixiJS v8 support #29

v1.2.2: first class PixiJS v8 support

v1.2.2: first class PixiJS v8 support #29

Workflow file for this run

name: "test"
on:
push:
branches: ["main"]
paths:
- "**/*.js"
- "**/*.ts"
pull_request:
branches: ["*"]
paths:
- "**/*.js"
- "**/*.ts"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
pixijs-package:
- [email protected]
- [email protected]
- [email protected]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install
- name: Use ${{ matrix.pixijs-package }}
run: npm install ${{ matrix.pixijs-package }}
- run: npm run test