Skip to content

chore: wider prettier version #5

chore: wider prettier version

chore: wider prettier version #5

Workflow file for this run

name: bring-it
on:
push:
branches:
- master
jobs:
test:
strategy:
matrix:
os:
- macos-latest
- windows-latest
- ubuntu-latest
node:
- 18.12.0
- 16.15.0
exclude:
- os: ubuntu-latest
node: 16.15.0
runs-on: ${{ matrix.os }}
steps:
- name: Run
uses: airkro/bring-it@actions
with:
node-version: ${{ matrix.node }}
publish:
needs: [test]
runs-on: ubuntu-latest
steps:
- name: Run
uses: airkro/bring-it@actions
with:
npm-token: ${{ secrets.NPM_TOKEN }}