Skip to content

Commit be29352

Browse files
authored
deps: update dependency node to v24 (GoogleCloudPlatform#4073)
1 parent f381727 commit be29352

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/integration-emulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: '3.9'
5757
- uses: actions/setup-node@v6
5858
with:
59-
node-version: 22
59+
node-version: 24
6060
- uses: ruby/setup-ruby@v1
6161
with:
6262
ruby-version: '3.4.8'

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
python-version: '3.9'
9999
- uses: actions/setup-node@v6
100100
with:
101-
node-version: 22
101+
node-version: 24
102102
- uses: ruby/setup-ruby@v1
103103
with:
104104
ruby-version: '3.4.8'

.github/workflows/samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@v6
8181
- uses: actions/setup-node@v6
8282
with:
83-
node-version: 22
83+
node-version: 24
8484
- run: node --version
8585
- name: Run Knex Sample tests
8686
working-directory: ./samples/nodejs/knex

.github/workflows/snippets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v6
6363
- uses: actions/setup-node@v6
6464
with:
65-
node-version: 22
65+
node-version: 24
6666
- run: node --version
6767
- name: Run Node.js snippets
6868
working-directory: ./samples/snippets/nodejs-snippets

.github/workflows/units.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: php --version
3333
- uses: actions/setup-node@v6
3434
with:
35-
node-version: 22
35+
node-version: 24
3636
- uses: ruby/setup-ruby@v1
3737
with:
3838
ruby-version: '3.4.8'
@@ -91,7 +91,7 @@ jobs:
9191
dotnet-version: '6.0.x'
9292
- uses: actions/setup-node@v6
9393
with:
94-
node-version: 22
94+
node-version: 24
9595
- uses: ruby/setup-ruby@v1
9696
with:
9797
ruby-version: '3.4.8'

0 commit comments

Comments
 (0)