Skip to content

Commit e9a3600

Browse files
test: set the right version for tests (#1330)
* test: set the right version for tests
1 parent 3251610 commit e9a3600

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/test-and-deploy.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
timeout-minutes: 20
1818
strategy:
1919
matrix:
20-
node: [ 6, 7, 8, 10, lts/* ]
20+
node: [ 6, 7, 8, 10, lts ]
21+
env:
22+
version: ${{ matrix.node }}
2123
steps:
2224
- name: Checkout sendgrid-nodejs
2325
uses: actions/checkout@v2
@@ -28,12 +30,6 @@ jobs:
2830
username: ${{ secrets.DOCKER_USERNAME }}
2931
password: ${{ secrets.DOCKER_AUTH_TOKEN }}
3032

31-
- name: Set up Node
32-
uses: actions/setup-node@v2
33-
with:
34-
node-version: ${{ matrix.node }}
35-
36-
- run: npm install
3733
- name: Run Tests
3834
run: make test-docker
3935

0 commit comments

Comments
 (0)