circle ci update

This commit is contained in:
Akshay Nair
2020-10-05 21:24:24 +05:30
parent ca3b80d8ea
commit ebadbf2324
+3 -5
View File
@@ -1,14 +1,12 @@
version: 2.1
orbs:
node: circleci/node@4.1.0
node: circleci/node@4.8.2
jobs:
build:
validate:
executor:
name: node/default
tag: '14'
steps:
- checkout
- node/with-cache:
steps:
- run: yarn
- run: yarn
- run: yarn test