Skip to content

Commit

Permalink
feat(deps): upgrade to helix-fetch v2 (#1624)
Browse files Browse the repository at this point in the history
* feat(deps): upgrade to helix-fetch v2
* chore: update to node 12
* chore: disable windows tests
  • Loading branch information
tripodsan committed Jan 29, 2021
1 parent 2b55227 commit 5cda357
Show file tree
Hide file tree
Showing 11 changed files with 1,085 additions and 536 deletions.
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

0 comments on commit 5cda357

Please sign in to comment.