Skip to content

Commit

Permalink
CI: Add Node.js v16 to version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 5, 2021
1 parent fcfc5cf commit 8e1bd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: macos-latest # Better `headless-gl` support on macOS.
strategy:
matrix:
node-version: [12.x, 14.x] # Latest prebuilt binaries for `headless-gl`
node-version: [12.x, 14.x, 16.x] # Latest prebuilt binaries for `headless-gl`
env:
CI: true
steps:
Expand Down

0 comments on commit 8e1bd5f

Please sign in to comment.