Skip to content

Commit

Permalink
Merge pull request #321 from 1024pix/renovate/node
Browse files Browse the repository at this point in the history
[BUMP] Update node
  • Loading branch information
renovate[bot] committed Sep 28, 2023
2 parents 093ac60 + 494dc2a commit 44cfdb6
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:18.17.1
- image: cimg/node:18.18.0
steps:
- checkout
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.18.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.88.0",
"description": "Automating development actions",
"engines": {
"node": "^v18.17.1"
"node": "^18.18.0"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 44cfdb6

Please sign in to comment.