Skip to content

Merge pull request #300 from Project-Env/dependabot/npm_and_yarn/npm-… #661

Merge pull request #300 from Project-Env/dependabot/npm_and_yarn/npm-…

Merge pull request #300 from Project-Env/dependabot/npm_and_yarn/npm-… #661

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-nodemodules-${{ hashFiles('package.json') }}
restore-keys: ${{ runner.os }}-nodemodules
- uses: Project-Env/[email protected]
- run: npm install
- run: npm test