We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e298b commit 0d61763Copy full SHA for 0d61763
.github/workflows/node.js.yml
@@ -10,13 +10,13 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [10, 12, 14] # https://nodejs.org/en/about/releases/
+ node-version: [10, 12] # https://nodejs.org/en/about/releases/
14
steps:
15
- uses: actions/checkout@v2
16
- name: Use Node.js ${{ matrix.node-version }}
17
uses: actions/setup-node@v2
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: |
21
- npm i
+ npm ci
22
npm run solhint && npm test
0 commit comments