Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 1f7a929

Browse files
chore: revert previous node-version template updates (#2115)
* chore: revert previous node-version template updates * chore: update ci.yaml template * chore: update ci.yaml template node version * chore: revert previous node-version template changes Source-Link: googleapis/synthtool@55f9ecb Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:1d7c29870723d4d2e32870c6dcdc43d4aa93dcc6519272d025bfcf2ecd48f091 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent a8df3c6 commit 1f7a929

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:1861c5e2c9e12678f64f68c4ef449759f80c64299eb35a5e3c916eca46b0d2c4
17-
# created: 2025-08-13T15:27:11.205698327Z
16+
digest: sha256:1d7c29870723d4d2e32870c6dcdc43d4aa93dcc6519272d025bfcf2ecd48f091
17+
# created: 2025-08-14T17:16:30.591542591Z

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v5
3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: 18
35+
node-version: 22
3636
- run: node --version
3737
- run: npm install --engine-strict
3838
working-directory: .github/scripts
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v5
4747
- uses: actions/setup-node@v4
4848
with:
49-
node-version: 18
49+
node-version: 22
5050
- run: npm install --engine-strict
5151
- run: npm test
5252
env:
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v5
5858
- uses: actions/setup-node@v4
5959
with:
60-
node-version: 18
60+
node-version: 22
6161
- run: npm install
6262
- run: npm run lint
6363
docs:
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v5
6767
- uses: actions/setup-node@v4
6868
with:
69-
node-version: 18
69+
node-version: 22
7070
- run: npm install
7171
- run: npm run docs
7272
- uses: JustinBeckwith/linkinator-action@v1

.github/workflows/issues-no-repro.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v5
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 22
16+
node-version: 18
1717
- run: npm install
1818
working-directory: ./.github/scripts
1919
- uses: actions/github-script@v7

0 commit comments

Comments
 (0)