Skip to content

README: Fixed the code example of the advanced usage (#98) #66

README: Fixed the code example of the advanced usage (#98)

README: Fixed the code example of the advanced usage (#98) #66

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
# Publish to Node Package Manager
- name: Checkout Repo
uses: actions/checkout@main
- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
- name: Build
run: yarn build