Skip to content

Commit

Permalink
Upgrade NodeJS to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
GP-Dan-Tovbein committed Jan 17, 2025
1 parent c932a4e commit a544aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commands:
jobs:
lint:
docker:
- image: node:18
- image: node:20.16.0
environment:
- NODE_ENV: "development"
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
unit-test:
docker:
- image: node:18
- image: node:20.16.0
environment:
- NODE_ENV: "development"
parameters:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20

0 comments on commit a544aa7

Please sign in to comment.