mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
use package-lock.json in CI
This commit is contained in:
parent
0990b83755
commit
ec6d91d68c
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
uses: actions/cache@v2.1.1
|
||||
with:
|
||||
path: node_modules
|
||||
key: nodeModules-${{ hashFiles('**/yarn.lock') }}-${{ matrix.node-version }}
|
||||
key: nodeModules-${{ hashFiles('**/package-lock.json') }}-${{ matrix.node-version }}
|
||||
restore-keys: |
|
||||
nodeModules-
|
||||
- name: Install dependencies
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user