Skip to content

Commit

Permalink
Merge pull request #479 from undefined-moe/test
Browse files Browse the repository at this point in the history
ci: enable tests on push & drop node 10.x for tests
  • Loading branch information
5saviahv authored May 17, 2024
2 parents 47f670b + 5fd04ec commit 09f874f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ci

on:
push:
pull_request:

jobs:
Expand All @@ -9,7 +10,8 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
# mocha nolonger supports node 10
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 09f874f

Please sign in to comment.