1
0
mirror of synced 2026-02-03 00:02:00 -05:00

Merge pull request #24094 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-02-22 13:33:32 -08:00
committed by GitHub
12 changed files with 11 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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 vendored
View File

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