Skip to content

Commit 4b09ede

Browse files
authored
chore: revert previous node-version template changes in ci.yaml (#2115)
chore: revert previous node-version template changes
1 parent 55f9ecb commit 4b09ede

File tree

1 file changed

+4
-4
lines changed
  • synthtool/gcp/templates/node_library/.github/workflows

1 file changed

+4
-4
lines changed

synthtool/gcp/templates/node_library/.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: 22
35+
node-version: 18
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: 22
49+
node-version: 18
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: 22
60+
node-version: 18
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: 22
69+
node-version: 18
7070
- run: npm install
7171
- run: npm run docs
7272
- uses: JustinBeckwith/linkinator-action@v1

0 commit comments

Comments
 (0)