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

Commit

Permalink
chore: Fix semantic release (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Nov 3, 2021
1 parent a8ff57f commit 67ea9f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
12.8.1
14.18.1
16 changes: 12 additions & 4 deletions circle.yml
@@ -1,16 +1,24 @@
# https://circleci.com/orbs/registry/orb/circleci/node
version: 2.1
orbs:
node: circleci/node@4.7.0
jobs:
build:
executor: node/default
docker:
- image: cimg/node:14.18.1
steps:
- checkout
- run:
name: Environment Details
command: |
echo "Node.js version"
node --version
echo "npm version"
npm --version
- 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@4.7.0
version: 2.1

0 comments on commit 67ea9f6

Please sign in to comment.