Skip to content

Commit

Permalink
Merge pull request #719 from dmurvihill/update-ci-test
Browse files Browse the repository at this point in the history
Test on different versions of three
  • Loading branch information
gkjohnson authored Sep 28, 2024
2 parents f2aa204 + 0c9d1af commit 6cec4a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
node-version: [20.x]
three-version: [0.159.0, 0.168.0, latest]

steps:
- uses: actions/checkout@v2
Expand All @@ -26,6 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm install three@${{ matrix.three-version }}
- run: npm run build
- run: npm run benchmark
- run: npm run lint
Expand Down

0 comments on commit 6cec4a7

Please sign in to comment.