Skip to content

Commit ec01c6d

Browse files
authored
Merge pull request #16 from fahamutech/1.10.x
remove matrix
2 parents 86dbe0b + b7f9ed1 commit ec01c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [8.x, 10.x, 12.x]
15+
node-version: [10.x]
1616

1717
steps:
1818
- uses: actions/checkout@v1
@@ -22,7 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- name: npm install, build, and test
2424
run: |
25-
npm install
25+
npm install --production
2626
npm run build --if-present
2727
npm test
2828
echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin

0 commit comments

Comments
 (0)