Skip to content

Commit 0b25185

Browse files
authored
chore!: make node 18 the minimum version (#2562)
* Adds support for the restore token feature * description fix * lint fix * upgrade to node 18 upgrade to node 18 * lint fix phase 1 lint fix phase 1 * lint fix phase 2 lint fix phase 2 * bug fix * test case error fix * test case error fix * chore: upgrade to Node 18 chore: upgrade to Node 18 * Removed unnecessary dependency. Removed unnecessary dependency.
1 parent d59da58 commit 0b25185

162 files changed

Lines changed: 1553 additions & 1507 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

handwritten/storage/.github/sync-repo-settings.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ branchProtectionRules:
1414
- "ci/kokoro: System test"
1515
- docs
1616
- lint
17-
- test (14)
18-
- test (16)
1917
- test (18)
18+
- test (20)
2019
- cla/google
2120
- windows
2221
- OwlBot Post Processor

handwritten/storage/.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [14, 16, 18, 20]
12+
node: [18, 20, 22]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v3
3333
- uses: actions/setup-node@v3
3434
with:
35-
node-version: 14
35+
node-version: 18
3636
- run: npm install --engine-strict
3737
- run: npm test
3838
env:
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v3
4444
- uses: actions/setup-node@v3
4545
with:
46-
node-version: 14
46+
node-version: 18
4747
- run: npm install
4848
- run: npm run lint
4949
docs:
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v3
5353
- uses: actions/setup-node@v3
5454
with:
55-
node-version: 14
55+
node-version: 18
5656
- run: npm install
5757
- run: npm run docs
5858
- uses: JustinBeckwith/linkinator-action@v1

handwritten/storage/.github/workflows/conformance-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 14
14+
node-version: 18
1515
- run: node --version
1616
- run: npm install
1717
- run: npm run conformance-test

handwritten/storage/.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.

handwritten/storage/.kokoro/presubmit/node14/common.cfg renamed to handwritten/storage/.kokoro/continuous/node18/common.cfg

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

handwritten/storage/.kokoro/continuous/node14/lint.cfg renamed to handwritten/storage/.kokoro/continuous/node18/lint.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.

handwritten/storage/.kokoro/continuous/node14/samples-test.cfg renamed to handwritten/storage/.kokoro/continuous/node18/samples-test.cfg

File renamed without changes.

handwritten/storage/.kokoro/continuous/node14/system-test.cfg renamed to handwritten/storage/.kokoro/continuous/node18/system-test.cfg

File renamed without changes.

handwritten/storage/.kokoro/continuous/node14/test.cfg renamed to handwritten/storage/.kokoro/continuous/node18/test.cfg

File renamed without changes.

handwritten/storage/.kokoro/continuous/node14/common.cfg renamed to handwritten/storage/.kokoro/presubmit/node18/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.

0 commit comments

Comments
 (0)