Skip to content

Commit 81b5676

Browse files
nikeeemischah
authored andcommitted
Use reproducible installs and cache dependencies
1 parent 322acdc commit 81b5676

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ jobs:
88
name: Run awesome-lint
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
with:
1313
fetch-depth: 0
1414
- uses: actions/setup-node@v3
1515
with:
1616
node-version: latest
17-
- run: npm install
17+
cache: npm
18+
- run: npm ci
1819
- run: npm test

0 commit comments

Comments
 (0)