Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 1c0caa4

Browse files
committed
ci: update to node 12.9
@hapi/[email protected] requires node version `>=12.0.0`
1 parent 38d3868 commit 1c0caa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# **NOTE 1**: Pin to exact images using an ID (SHA). See https://circleci.com/docs/2.0/circleci-images/#using-a-docker-image-id-to-pin-an-image-to-a-fixed-version.
1515
# (Using the tag in not necessary when pinning by ID, but include it anyway for documentation purposes.)
1616
# **NOTE 2**: If you change the version of the docker images, also change the `cache_key` suffix.
17-
var_1: &docker_image circleci/node:10.20-browsers@sha256:a3a8b607769ec6c10d6041a59ca6f77113ee8af7bcc9c90a08cadc8e6de92c62
18-
var_2: &cache_key v1-nguniversal-{{ checksum "yarn.lock" }}-{{ checksum "WORKSPACE" }}-node-10.20
17+
var_1: &docker_image circleci/node:12.9-browsers
18+
var_2: &cache_key v1-nguniversal-{{ checksum "yarn.lock" }}-{{ checksum "WORKSPACE" }}-node-12.9
1919

2020
# Workspace initially persisted by the `setup` job.
2121
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs

0 commit comments

Comments
 (0)