Skip to content

Commit 0c5b47d

Browse files
authored
chores: upgraded node to 22.21 (#1661)
1 parent f4e501d commit 0c5b47d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
build:
44
docker:
5-
- image: cimg/node:22.16.0
5+
- image: cimg/node:22.21.0
66
- image: cimg/postgres:14.10
77
environment:
88
POSTGRES_PASSWORD: odktest

.github/workflows/db-migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set node version
4545
uses: actions/setup-node@v4
4646
with:
47-
node-version: 22.16.0
47+
node-version: 22.21.0
4848
cache: 'npm'
4949
- run: npm ci
5050
- run: node lib/bin/create-docker-databases.js

.github/workflows/oidc-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set node version
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 22.16.0
41+
node-version: 22.21.0
4242
cache: 'npm'
4343
- run: make test-oidc-e2e
4444
- name: Archive Playwright Test Report

.github/workflows/oidc-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set node version
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 22.16.0
31+
node-version: 22.21.0
3232
cache: 'npm'
3333
- run: npm ci
3434
- run: FAKE_OIDC_ROOT_URL=http://localhost:9898 make fake-oidc-server-ci > fake-oidc-server.log &

.github/workflows/s3-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set node version
4747
uses: actions/setup-node@v4
4848
with:
49-
node-version: 22.16.0
49+
node-version: 22.21.0
5050
cache: 'npm'
5151
- run: npm ci
5252
- run: node lib/bin/create-docker-databases.js

.github/workflows/soak-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set node version
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 22.16.0
31+
node-version: 22.21.0
3232
cache: 'npm'
3333
- run: npm ci
3434
- run: node lib/bin/create-docker-databases.js

.github/workflows/standard-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set node version
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 22.16.0
34+
node-version: 22.21.0
3535
cache: 'npm'
3636
- run: npm ci
3737
- run: node lib/bin/create-docker-databases.js

.github/workflows/standard-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set node version
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 22.16.0
31+
node-version: 22.21.0
3232
cache: 'npm'
3333
- run: npm ci
3434
- run: make api-docs-lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"node": "22"
77
},
88
"volta": {
9-
"node": "22.16.0"
9+
"node": "22.21.0"
1010
},
1111
"dependencies": {
1212
"@sentry/node": "^9.27.0",

0 commit comments

Comments
 (0)