Skip to content

Commit

Permalink
upgrade node version to 16.19.1 (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqkhoja authored Feb 28, 2023
1 parent db38d71 commit 51698c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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:16.17.0
- image: cimg/node:16.19.1
- image: cimg/postgres:9.6
environment:
POSTGRES_PASSWORD: odktest
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.17.0]
node-version: [16.19.1]
services:
# see: https://docs.github.com/en/enterprise-server@3.5/actions/using-containerized-services/creating-postgresql-service-containers
postgres:
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": "16"
},
"volta": {
"node": "16.17.0"
"node": "16.19.1"
},
"dependencies": {
"@sentry/node": "~7",
Expand Down
2 changes: 1 addition & 1 deletion soak-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint": "^8.20.0"
},
"volta": {
"node": "16.17.0"
"node": "16.19.1"
},
"license": "SEE LICENSE IN ../LICENSE"
}

0 comments on commit 51698c1

Please sign in to comment.