Skip to content

Commit

Permalink
Update to node v18 (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn authored Jul 27, 2023
1 parent d8615db commit f7a11f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.19.1
- image: cimg/node:18.17.0
- image: cimg/postgres:14.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.19.1]
node-version: [18.17.0]
services:
# see: https://docs.github.com/en/[email protected]/actions/using-containerized-services/creating-postgresql-service-containers
postgres:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "16"
"node": "18.17.0"
},
"volta": {
"node": "16.19.1"
"node": "18.17.0"
},
"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.19.1"
"node": "18.17.0"
},
"license": "SEE LICENSE IN ../LICENSE"
}

0 comments on commit f7a11f0

Please sign in to comment.