This repository was archived by the owner on Feb 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -146,14 +146,14 @@ commands:
146146jobs :
147147 test :
148148 docker :
149- - image : circleci/node:9.8.0 -stretch
149+ - image : circleci/node:14 -stretch
150150 steps :
151151 - git_checkout_from_cache
152152 - npm_install
153153 - test
154154 release_staging :
155155 docker :
156- - image : circleci/node:9.8.0 -stretch
156+ - image : circleci/node:14 -stretch
157157 steps :
158158 - git_checkout_from_cache
159159 - npm_install
@@ -173,7 +173,7 @@ jobs:
173173 - notify_slack
174174 release_production :
175175 docker :
176- - image : circleci/node:9.8.0 -stretch
176+ - image : circleci/node:14 -stretch
177177 steps :
178178 - git_checkout_from_cache
179179 - npm_install
@@ -189,7 +189,7 @@ jobs:
189189 - notify_slack
190190 release_aws_production :
191191 docker :
192- - image : circleci/node:9.8.0 -stretch
192+ - image : circleci/node:14 -stretch
193193 steps :
194194 - git_checkout_from_cache
195195 - npm_install
Original file line number Diff line number Diff line change 1919 - name : Setup node
2020 uses : actions/setup-node@v2
2121 with :
22- node-version : ' 12 '
22+ node-version : ' 14 '
2323
2424 - name : Checkout master branch
2525 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 158158 " src/javascript/**/*.{js, jsx }" ,
159159 " scripts/**/*.{js, jsx}"
160160 ]
161- }
161+ },
162+ "engines" :{ "node" : " 14.19.3" }
162163}
You can’t perform that action at this time.
0 commit comments