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

chore(deps): update node.js to v16 #524

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ machine:
jobs:
build:
docker:
- image: circleci/node:8@sha256:89fe0761c3418b8c0ed12cbdb79f92d252f72511d4f3c619645d1fce8b9f9afc
- image: circleci/node:16@sha256:fd672180dc844f137621c07dd31caa87422b43d934b3332424bd1f01cc6fa009
environment:
- NPM_CONFIG_LOGLEVEL: warn
working_directory: ~/repo
Expand Down