Skip to content
This repository was archived by the owner on Dec 12, 2019. It is now read-only.

Commit c549dcb

Browse files
authored
Update nodejs.yml
1 parent 2d3c925 commit c549dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-node@v1
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- name: npm install, build, and test
20+
- name: npm install, build
2121
run: |
2222
npm install
2323
npm run build --if-present

0 commit comments

Comments
 (0)