Skip to content

Commit

Permalink
ci: use NPM cache in check-dist (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jan 6, 2022
1 parent 5e2e068 commit f658dc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-dist.yml
Expand Up @@ -24,9 +24,10 @@ jobs:
- uses: actions/checkout@v2

- name: Set Node.js 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
cache: npm

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit f658dc5

Please sign in to comment.