Skip to content

Commit

Permalink
excluding node 8 and 10
Browse files Browse the repository at this point in the history
8 can't run the new install script, 10 seems to not be able to run the wasm package
  • Loading branch information
catdad committed Nov 5, 2023
1 parent 554a1df commit d6b11a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
strategy:
matrix:
node-version: [8, 10, 12, 14, 16, 18]
exclude:
- node-version: 9
- node-version: 10
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit d6b11a5

Please sign in to comment.