Skip to content

Merge pull request #38 from wozjac/dependabot/npm_and_yarn/eslint/js-… #98

Merge pull request #38 from wozjac/dependabot/npm_and_yarn/eslint/js-…

Merge pull request #38 from wozjac/dependabot/npm_and_yarn/eslint/js-… #98

Workflow file for this run

name: Build
on: [push]
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: npm install
- name: Build
run: npm run build