diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-12-13 12:04:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-13 12:04:19 +0000 |
commit | 7b66ad8a5c81caaae19e20b6b3c8498f51cb2a00 (patch) | |
tree | 4376f79cd7bbe311919b128d63c2571bd9294d8c /.circleci | |
parent | bdbfbe62053a99b0123c81c184a628ecaf958761 (diff) | |
parent | b674689f62d98690a2fe6d3f51eb90f450a1f24b (diff) |
Merge pull request #925 from ueokande/dependabot/npm_and_yarn/types/node-14.14.13
Bump @types/node from 12.12.54 to 14.14.13
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 2cd4c02..22dbcfc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 executors: default: docker: - - image: circleci/node:12.14.0-stretch-browsers + - image: circleci/node:14.15.1-stretch-browsers environment: - FIREFOX_VERSION: "78.3.0esr" - GECKODRIVER_VERSION: "0.27.0" |