Skip to content

Commit

Permalink
ci: Update nodejs to LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jan 11, 2022
1 parent ba786b5 commit e0dad1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/mern-starter # directory where steps will run
docker: # run the steps with Docker
- image: circleci/node:10.13.0
- image: circleci/node:16.13.0
steps:
- checkout
- run:
Expand Down

0 comments on commit e0dad1d

Please sign in to comment.