Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 2ded804

Browse files
committed
circleci pipeline fix?
1 parent 475279e commit 2ded804

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.circleci/config.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# Following this caching concept https://circleci.com/docs/2.0/persist-data/
2+
# https://circleci.com/docs/language-javascript
23

34
version: 2.1
45

56
orbs:
67
node: circleci/node@5.0.2
78

8-
executors:
9-
node-executor:
10-
docker:
11-
- image: circleci/node:16
12-
139
jobs:
1410

1511
build:
16-
executor: node-executor
12+
executor: node/default
1713
steps:
1814
# Checkout Project from Github
1915
- checkout
@@ -31,9 +27,9 @@ jobs:
3127
# # fallback to using the latest cache if no exact match is found
3228
# - v1-dependencies-
3329

34-
- run:
35-
name: ⏳ Install
36-
command: yarn install
30+
# - run:
31+
# name: ⏳ Install
32+
# command: yarn install
3733

3834
# Not necessary because of auto caching of circleci/node@4.1.0
3935
# - save_cache:

0 commit comments

Comments
 (0)