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

Commit

Permalink
chore: Bump circle node orb and non-major deps (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Nov 3, 2021
1 parent c66ae40 commit a8adb24
Show file tree
Hide file tree
Showing 4 changed files with 3,492 additions and 6,322 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -1,3 +1,4 @@
registry=http://registry.npmjs.org/
save-exact=true
progress=false
legacy-peer-deps=true
18 changes: 9 additions & 9 deletions circle.yml
@@ -1,16 +1,16 @@
# https://circleci.com/orbs/registry/orb/circleci/node
jobs:
build:
executor:
name: node/default
tag: '12'
executor: node/default
steps:
- checkout
- node/with-cache:
steps:
- run: npm ci
- run: npm run test
- run: npm run semantic-release || true
- node/install-packages
- run:
name: Run Tests
command: npm run test
- run:
name: Semantic Release
command: npm run semantic-release || true
orbs:
node: circleci/node@1.1
node: circleci/node@4.7.0
version: 2.1

0 comments on commit a8adb24

Please sign in to comment.