Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): upgrade to helix-fetch v2 #1624

Merged
merged 3 commits into from Jan 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions .circleci/config.yml
@@ -1,8 +1,8 @@
version: 2.1
executors:
node10:
node12:
docker:
- image: circleci/node:10-buster
- image: circleci/node:12
environment:
NPM_CONFIG_PREFIX: ~/.npm-global

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

build:
parallelism: 1
executor: node10
executor: node12
working_directory: ~/repo

steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
path: junit

forkwarning:
executor: node10
executor: node12
working_directory: ~/repo

steps:
Expand All @@ -103,7 +103,7 @@ workflows:
build:
jobs:
- build
- build_win
# - build_win

smoke:
jobs:
Expand Down