Skip to content

Commit

Permalink
Merge pull request #349 from 1024pix/renovate/node
Browse files Browse the repository at this point in the history
[BUMP] Update node
  • Loading branch information
renovate[bot] committed Jan 15, 2024
2 parents 460cf85 + 1c854a2 commit 10e7d09
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.8.1
- image: cimg/node:20.10.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 @@
20.8.1
20.10.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.92.0",
"description": "Automating development actions",
"engines": {
"node": "^20.8.1"
"node": "^20.10.0"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 10e7d09

Please sign in to comment.