Skip to content

Commit

Permalink
Set node version to 20.17.0 (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Sep 20, 2024
1 parent b80f19b commit 7bad314
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
docker:
- image: cimg/node:20.10.0
- image: cimg/node:20.17.0
- image: cimg/postgres:14.10
environment:
POSTGRES_PASSWORD: odktest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oidc-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20.10.0
node-version: 20.17.0
cache: 'npm'
- run: make test-oidc-e2e
- name: Archive playwright screenshots
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oidc-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20.10.0
node-version: 20.17.0
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: FAKE_OIDC_ROOT_URL=http://localhost:9898 make fake-oidc-server-ci > fake-oidc-server.log &
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s3-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20.10.0
node-version: 20.17.0
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: node lib/bin/create-docker-databases.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/soak-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20.10.0
node-version: 20.17.0
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: node lib/bin/create-docker-databases.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/standard-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20.10.0
node-version: 20.17.0
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: node lib/bin/create-docker-databases.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": "20"
},
"volta": {
"node": "20.10.0"
"node": "20.17.0"
},
"dependencies": {
"@sentry/node": "~7",
Expand Down

0 comments on commit 7bad314

Please sign in to comment.