Skip to content

Commit

Permalink
run pixi test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
reececomo committed Apr 27, 2024
1 parent 9ffa882 commit 503ebe4
Show file tree
Hide file tree
Showing 3 changed files with 455 additions and 453 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,19 @@ jobs:
strategy:
matrix:
node-version: [20.x]
pixi-version: [6.1.0, 7.2.0, 8.1.0]

steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- run: npm install

- name: Use pixi.js@${{ matrix.node-version }}
run: npm install pixi-js@${{ matrix.pixi-version}}

- run: npm run test
Loading

0 comments on commit 503ebe4

Please sign in to comment.