From 76e6a29a367e6873fedd5a5b0938c291cceae5cf Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Mon, 26 Aug 2019 21:15:17 -0400 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7197f8e4..88d02883 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,10 +15,11 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Use latest Node.js + - name: Use Node.js ${{ matrix.node_version }} uses: actions/setup-node@v1 with: - node-version: latest + node-version: ${{ matrix.node_version }} + - name: npm install, build, and test run: | npm install -g codecov