Skip to content

Bump actions/setup-node from 4.0.4 to 4.1.0 #151

Bump actions/setup-node from 4.0.4 to 4.1.0

Bump actions/setup-node from 4.0.4 to 4.1.0 #151

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
bootstrap:
strategy:
matrix:
os:
- ubuntu
- macos
node-version:
- '14.x'
- '16.x'
- '18.x'
name: build
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn start