зеркало из https://github.com/github/docs.git
Don't use .node-version for Actions (#34982)
This commit is contained in:
Родитель
94f0e47bc2
Коммит
51143d3c9d
|
@ -15,7 +15,7 @@ runs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
node-version-file: '.node-version-actions'
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
node-version-file: '.node-version-actions'
|
||||
cache: npm
|
||||
|
||||
- name: Clone docs-early-access
|
||||
|
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
node-version-file: '.node-version-actions'
|
||||
cache: npm
|
||||
|
||||
- name: Clone docs-early-access
|
||||
|
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
node-version-file: '.node-version-actions'
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
node-version-file: '.node-version-actions'
|
||||
cache: npm
|
||||
|
||||
- name: Install temporary dependencies
|
||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
node-version-file: '.node-version-actions'
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
node-version-file: '.node-version-actions'
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
node-version-file: '.node-version-actions'
|
||||
cache: npm
|
||||
|
||||
- name: Run check
|
||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
node-version-file: '.node-version-actions'
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
@ -107,7 +107,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
|
||||
with:
|
||||
node-version-file: '.node-version'
|
||||
node-version-file: '.node-version-actions'
|
||||
cache: npm
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
|
|
@ -15,6 +15,7 @@ coverage/
|
|||
.eslintcache
|
||||
*.tsbuildinfo
|
||||
translations/
|
||||
.node-version
|
||||
|
||||
# blc: broken link checker
|
||||
blc_output.log
|
||||
|
|
Загрузка…
Ссылка в новой задаче