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 4fc73c6 commit 1754b88
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ jobs:
matrix:
node-version:
- 8.x
# - 10.x
- 12.x
# - 14.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: 14.x
# region: "us-west-2"
- node-version: 14.x
region: "us-west-2"
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 1754b88

Please sign in to comment.