Skip to content

Bump package to version 0.0.6 #41

Bump package to version 0.0.6

Bump package to version 0.0.6 #41

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Set Node.js version
uses: actions/setup-node@v3
with:
node-version: ${{ strategy.node }}
- run: node --version
- uses: borales/actions-yarn@v4
with:
cmd: install
#- uses: borales/actions-yarn@v2.0.0
# with:
# cmd: build
- uses: borales/actions-yarn@v4
with:
cmd: lint
- uses: borales/actions-yarn@v4
with:
cmd: format-check
- uses: borales/actions-yarn@v4
with:
cmd: test