Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit a8adb24

Browse files
chore: Bump circle node orb and non-major deps (#92)
1 parent c66ae40 commit a8adb24

File tree

4 files changed

+3492
-6322
lines changed

4 files changed

+3492
-6322
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
registry=http://registry.npmjs.org/
22
save-exact=true
33
progress=false
4+
legacy-peer-deps=true

circle.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# https://circleci.com/orbs/registry/orb/circleci/node
22
jobs:
33
build:
4-
executor:
5-
name: node/default
6-
tag: '12'
4+
executor: node/default
75
steps:
86
- checkout
9-
- node/with-cache:
10-
steps:
11-
- run: npm ci
12-
- run: npm run test
13-
- run: npm run semantic-release || true
7+
- node/install-packages
8+
- run:
9+
name: Run Tests
10+
command: npm run test
11+
- run:
12+
name: Semantic Release
13+
command: npm run semantic-release || true
1414
orbs:
15-
node: circleci/node@1.1
15+
node: circleci/node@4.7.0
1616
version: 2.1

0 commit comments

Comments
 (0)