Skip to content

Commit

Permalink
tests on GithubActions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianpraja committed Nov 6, 2021
1 parent 34b2be0 commit 4fc73c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
matrix:
node-version:
- 8.x
- 10.x
# - 12.x
# - 10.x
- 12.x
# - 14.x
include:
- node-version: 8.x
region: "us-east-1"
- node-version: 10.x
region: "us-east-2"
# - node-version: 12.x
# region: "us-west-1"
# - node-version: 10.x
# region: "us-east-2"
- node-version: 12.x
region: "us-west-1"
# - node-version: 14.x
# region: "us-west-2"
steps:
Expand Down

0 comments on commit 4fc73c6

Please sign in to comment.