Skip to content

Commit

Permalink
👷 Set node to LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Dec 3, 2021
1 parent e1a7147 commit f9e1ea1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

build-linux:
docker:
- image: cimg/node:current
- image: cimg/node:lts
environment:
BASH_ENV: ".circleci/bashrc"
steps:
Expand All @@ -59,7 +59,7 @@ jobs:

build-web:
docker:
- image: cimg/node:current
- image: cimg/node:lts
environment:
BASH_ENV: ".circleci/bashrc"
steps:
Expand All @@ -84,7 +84,7 @@ jobs:

deploy-releases:
docker:
- image: cimg/node:current
- image: cimg/node:lts
environment:
BASH_ENV: ".circleci/bashrc"
steps:
Expand Down

0 comments on commit f9e1ea1

Please sign in to comment.