Don't use .node-version for Actions (#34982)

This commit is contained in:
Peter Bengtsson 2023-02-22 16:15:52 -05:00 коммит произвёл GitHub
Родитель 94f0e47bc2
Коммит 51143d3c9d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
12 изменённых файлов: 11 добавлений и 10 удалений

2
.github/actions/node-npm-setup/action.yml поставляемый
Просмотреть файл

@ -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

2
.github/workflows/browser-test.yml поставляемый
Просмотреть файл

@ -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

2
.github/workflows/docs-review-collect.yml поставляемый
Просмотреть файл

@ -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

2
.github/workflows/os-ready-for-review.yml поставляемый
Просмотреть файл

@ -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

2
.github/workflows/package-lock-lint.yml поставляемый
Просмотреть файл

@ -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

2
.github/workflows/ready-for-doc-review.yml поставляемый
Просмотреть файл

@ -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

2
.github/workflows/repo-sync.yml поставляемый
Просмотреть файл

@ -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

1
.gitignore поставляемый
Просмотреть файл

@ -15,6 +15,7 @@ coverage/
.eslintcache
*.tsbuildinfo
translations/
.node-version
# blc: broken link checker
blc_output.log

Просмотреть файл