Skip to content

Commit

Permalink
[BUMP] Update node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 60d1aa2 commit f879ec1
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 @@ -3,7 +3,7 @@ version: 2.1
jobs:
build-and-test:
docker:
- image: cimg/node:20.18.0
- image: cimg/node:22.11.0
- image: postgres:15.8-alpine
name: pg-pix-bot
environment:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.11.0
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.105.2",
"description": "Automating development actions",
"engines": {
"node": "^20.18.0"
"node": "^22.11.0"
},
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit f879ec1

Please sign in to comment.