Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
fix(deps): update adobe major (major) (#1163)
Browse files Browse the repository at this point in the history
* fix(deps): update adobe major

* chore: fix upgrade

* chore: use node 14

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tobias Bocanegra <tripod@adobe.com>
Co-authored-by: Tobias Bocanegra <tripodsan@users.noreply.github.com>
  • Loading branch information
4 people authored Oct 20, 2021
1 parent d7f5673 commit e52411d
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 120 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2.1

executors:
node12:
node14:
docker:
- image: circleci/node:12
- image: circleci/node:14
environment:
NPM_CONFIG_PREFIX: ~/.npm-global

Expand Down Expand Up @@ -33,7 +33,7 @@ orbs:

jobs:
build:
executor: node12
executor: node14
steps:
- setup
- run: mkdir junit
Expand All @@ -50,7 +50,7 @@ jobs:
path: junit

generate-docs:
executor: node12
executor: node14
steps:
- setup
- add_ssh_keys:
Expand Down
Loading

0 comments on commit e52411d

Please sign in to comment.