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

Commit 4121473

Browse files
Updating workflow
1 parent 5d4d3c6 commit 4121473

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ jobs:
66
eslint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
10-
- uses: actions/setup-node@v1
9+
- uses: actions/checkout@v2
10+
- uses: actions/setup-node@v2
1111
with:
12-
node-version: '14.x'
12+
node-version-file: '.node-version'
13+
cache: 'yarn'
1314
- run: |
14-
yarn install
15+
yarn install --silent --non-interactive
1516
yarn lint

0 commit comments

Comments
 (0)