Skip to content

Commit 31b1c07

Browse files
committed
chore(): upgrade node version to LTS
1 parent 6b61185 commit 31b1c07

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ executors:
66
main-executor:
77
working_directory: ~/react-widgets
88
docker:
9-
- image: circleci/node:dubnium-browsers
9+
- image: circleci/node:fermium
1010
# environment variables for all commands executed in the main-executor
1111
environment:
1212
AWS_BUCKET: code.s4d.io
@@ -28,8 +28,8 @@ commands:
2828
steps:
2929
- restore_cache:
3030
keys:
31-
- node-modules-cache-node-dubnium-npm-6-v1-{{ checksum "package-lock.json" }}
32-
- node-modules-cache-node-dubnium-npm-6-v1-
31+
- node-modules-cache-node-fermium-npm-6-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}
32+
- node-modules-cache-node-fermium-npm-6-{{ .Environment.CACHE_VERSION }}-
3333

3434
jobs:
3535
install:
@@ -41,7 +41,7 @@ jobs:
4141
command: npm ci
4242
# Cache node_modules across different internal jobs in the workflow and across different circleci runs
4343
- save_cache:
44-
key: node-modules-cache-node-dubnium-npm-6-v1-{{ checksum "package-lock.json" }}
44+
key: node-modules-cache-node-fermium-npm-6-{{ .Environment.CACHE_VERSION }}-{{ checksum "package-lock.json" }}
4545
paths:
4646
- node_modules
4747
- run:
@@ -375,7 +375,7 @@ workflows:
375375
- build_for_tests
376376
- journey_tests_firefox:
377377
requires:
378-
- journey_tests_chrome
378+
- build_for_tests
379379
build_for_cdn:
380380
jobs:
381381
- install:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/dubnium
1+
lts/fermium

0 commit comments

Comments
 (0)