Skip to content

chore: update dependency @types/js-yaml to ^4.0.7 (#403) #864

chore: update dependency @types/js-yaml to ^4.0.7 (#403)

chore: update dependency @types/js-yaml to ^4.0.7 (#403) #864

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
build-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup NodeJS 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Test
run: yarn test
- name: Build
run: yarn build