Skip to content

Merge pull request #192 from case-contract-testing/dependabot/npm_and… #32

Merge pull request #192 from case-contract-testing/dependabot/npm_and…

Merge pull request #192 from case-contract-testing/dependabot/npm_and… #32

Workflow file for this run

name: Package
on:
push:
branches:
- main
workflow_dispatch:
jobs:
package-osx:
runs-on: macos-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: ci/package.sh
env:
CASE_BROKER_CI_TOKEN: ${{ secrets.PACTFLOW_TOKEN }}
CASE_BROKER_BASEURL: https://timothyjones.pactflow.io/
NODE_VERSION: ${{ matrix.node-version }}
FORCE_COLOR: true