npm cache
This commit is contained in:
parent
149b52f76f
commit
1909d2f2cf
|
|
@ -20,6 +20,14 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
**/package-lock.json
|
||||
|
||||
- name: Install ESLint
|
||||
run: |
|
||||
npm install eslint
|
||||
|
|
|
|||
Loading…
Reference in New Issue