Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit b5cacce

Browse files
1 parent faef8a6 commit b5cacce

File tree

11 files changed

+30
-31
lines changed

11 files changed

+30
-31
lines changed

.github/workflows/ci.yaml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
matrix:
1212
node: [18, 20, 22, 24]
1313
steps:
14-
- uses: actions/checkout@v5
15-
- uses: actions/setup-node@v4
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
1616
with:
1717
node-version: ${{ matrix.node }}
1818
- run: node --version
@@ -29,33 +29,32 @@ jobs:
2929
windows:
3030
runs-on: windows-latest
3131
steps:
32-
- uses: actions/checkout@v5
33-
- uses: actions/setup-node@v4
32+
- uses: actions/checkout@v3
33+
- uses: actions/setup-node@v3
3434
with:
35-
node-version: 18
35+
node-version: 14
3636
- run: npm install
3737
- run: npm test
3838
env:
3939
MOCHA_THROW_DEPRECATION: false
4040
lint:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v5
44-
- uses: actions/setup-node@v4
43+
- uses: actions/checkout@v3
44+
- uses: actions/setup-node@v3
4545
with:
46-
node-version: 18
46+
node-version: 14
4747
- run: npm install
4848
- run: npm run lint
49-
# TODO(https://github.com/googleapis/nodejs-error-reporting/issues/777): enable docs
50-
# docs:
51-
# runs-on: ubuntu-latest
52-
# steps:
53-
# - uses: actions/checkout@v5
54-
# - uses: actions/setup-node@v4
55-
# with:
56-
# node-version: 18
57-
# - run: npm install
58-
# - run: npm run docs
59-
# - uses: JustinBeckwith/linkinator-action@v1
60-
# with:
61-
# paths: docs/
49+
docs:
50+
runs-on: ubuntu-latest
51+
steps:
52+
- uses: actions/checkout@v3
53+
- uses: actions/setup-node@v3
54+
with:
55+
node-version: 14
56+
- run: npm install
57+
- run: npm run docs
58+
- uses: JustinBeckwith/linkinator-action@v1
59+
with:
60+
paths: docs/

.kokoro/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/continuous/node14/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/presubmit/node14/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/release/docs-devsite.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/release/docs.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/release/publish.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/samples-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/system-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/test.bat

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)