Skip to content

Commit 0d61763

Browse files
committed
Update workflow.
1 parent c4e298b commit 0d61763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [10, 12, 14] # https://nodejs.org/en/about/releases/
13+
node-version: [10, 12] # https://nodejs.org/en/about/releases/
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Use Node.js ${{ matrix.node-version }}
1717
uses: actions/setup-node@v2
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- run: |
21-
npm i
21+
npm ci
2222
npm run solhint && npm test

0 commit comments

Comments
 (0)