mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 12:13:11 +00:00
@@ -8,11 +8,9 @@ jobs:
|
||||
- restore_cache:
|
||||
keys:
|
||||
- dependencies-{{ checksum "yarn.lock" }}
|
||||
# fallback to using the latest cache if no exact match is found
|
||||
- dependencies-
|
||||
- run:
|
||||
name: Install
|
||||
command: yarn install
|
||||
command: yarn install --pure-lockfile
|
||||
- save_cache:
|
||||
paths:
|
||||
- node_modules
|
||||
|
||||
@@ -62,7 +62,8 @@
|
||||
"unist-util-visit": "^1.1.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.4.0"
|
||||
"node": "^8.4.0",
|
||||
"yarn": "^1.6.0"
|
||||
},
|
||||
"homepage": "https://reactjs.org/",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user