Skip to content

Commit

Permalink
Use LTS version of node in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelwedler committed Sep 23, 2021
1 parent c1b3f4a commit e608b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1

var_1: &docker_image circleci/node:10.13.0-browsers
var_1: &docker_image circleci/node:lts-browsers
var_2: &cache_key raiden-explorer-{{ .Branch }}-{{ checksum "package-lock.json" }}

anchor_1: &root_package_lock_key
Expand Down

0 comments on commit e608b9d

Please sign in to comment.