Skip to content

Commit 51698c1

Browse files
authored
upgrade node version to 16.19.1 (getodk#786)
1 parent db38d71 commit 51698c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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:16.17.0
5+
- image: cimg/node:16.19.1
66
- image: cimg/postgres:9.6
77
environment:
88
POSTGRES_PASSWORD: odktest

.github/workflows/soak-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [16.17.0]
11+
node-version: [16.19.1]
1212
services:
1313
# see: https://docs.github.com/en/[email protected]/actions/using-containerized-services/creating-postgresql-service-containers
1414
postgres:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"node": "16"
77
},
88
"volta": {
9-
"node": "16.17.0"
9+
"node": "16.19.1"
1010
},
1111
"dependencies": {
1212
"@sentry/node": "~7",

soak-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint": "^8.20.0"
1818
},
1919
"volta": {
20-
"node": "16.17.0"
20+
"node": "16.19.1"
2121
},
2222
"license": "SEE LICENSE IN ../LICENSE"
2323
}

0 commit comments

Comments
 (0)