Skip to content

chore(deps-dev): bump @microsoft/api-extractor from 7.42.3 to 7.43.2 #262

chore(deps-dev): bump @microsoft/api-extractor from 7.42.3 to 7.43.2

chore(deps-dev): bump @microsoft/api-extractor from 7.42.3 to 7.43.2 #262

Workflow file for this run

on:
push:
branches:
- main
pull_request:
release:
types:
- created
name: CI
jobs:
build:
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: install
run: yarn
- name: make
run: make build
- name: test
run: make test
- name: Publish
uses: menduz/oddish-action@master
with:
registry-url: "https://registry.npmjs.org"
access: public
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}