mirror of
https://github.com/actions/setup-python
synced 2025-04-08 08:19:49 +00:00
ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows (#379)
This commit is contained in:
3
.github/workflows/licensed.yml
vendored
3
.github/workflows/licensed.yml
vendored
@ -15,9 +15,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set Node.js 16.x
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: npm
|
||||
- run: npm ci
|
||||
- name: Install licensed
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user