Skip to content

Commit 45009f6

Browse files
Use npm instead of yarn
1 parent 4dd94dc commit 45009f6

File tree

2 files changed

+5
-13800
lines changed

2 files changed

+5
-13800
lines changed

.circleci/config.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
version: 2.1
22
orbs:
3-
node: circleci/node@1.1.6
3+
node: circleci/node@5.0.2
44
jobs:
55
build-deploy:
66
executor:
77
name: node/default
8+
tag: '16'
89
steps:
910
- checkout
10-
- node/with-cache:
11-
steps:
12-
- run: yarn install
13-
- run: yarn build
11+
- node/install-packages
12+
- run: npm run build
1413
- run: ./node_modules/.bin/firebase deploy --token "$FIREBASE_TOKEN"
1514

1615
workflows:
1716
deploy:
1817
jobs:
1918
- build-deploy:
20-
context: Firebase
19+
context: Firebase

0 commit comments

Comments
 (0)