Skip to content

Merge pull request #255 from allohamora/dependabot/github_actions/sof… #564

Merge pull request #255 from allohamora/dependabot/github_actions/sof…

Merge pull request #255 from allohamora/dependabot/github_actions/sof… #564

Workflow file for this run

name: build
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install node
uses: actions/setup-node@v6
with:
cache: "npm"
- name: Install dependencies
run: npm i
- name: Run build
run: npm run build