Skip to content

Commit

Permalink
Merge pull request #425 from LD4P/update-node-22
Browse files Browse the repository at this point in the history
Updates node.js to 22.13.0
  • Loading branch information
justinlittman authored Jan 21, 2025
2 parents 8a387c5 + 1b93dd6 commit b56e31e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2.1
orbs:
node: circleci/node@5.0.2
node: circleci/node@7.0.0
docker: circleci/[email protected]
aws-cli: circleci/[email protected]
gh: circleci/[email protected]

executors:
default:
docker:
- image: 'cimg/node:20.11'
- image: 'cimg/node:22.13.0'
references:
publish_params: &publish_params
docker-password: DOCKER_PASS
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/node:16.8
FROM cimg/node:22.13.0

WORKDIR /home/circleci

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/LD4P/sinopia_api",
"repository": "github:LD4P/sinopia_api",
"engines": {
"node": ">= 16.8.0"
"node": ">= 22.13.0"
},
"scripts": {
"dev-start": "nodemon src/server.js",
Expand Down

0 comments on commit b56e31e

Please sign in to comment.