Skip to content

Commit

Permalink
enable node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Oct 6, 2020
1 parent e34cb17 commit 43487ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mocha's CI
name: Tests
'on':
- push
- pull_request
Expand Down Expand Up @@ -37,8 +37,8 @@ jobs:
- ubuntu-latest
- windows-2019
node:
# - 10
# - 12
- 10
- 12
- 14
steps:
- uses: actions/checkout@v2
Expand All @@ -59,8 +59,8 @@ jobs:
- ubuntu-latest
- windows-2019
node:
# - 10
# - 12
- 10
- 12
- 14
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 43487ce

Please sign in to comment.