Skip to content

ci: update actions and node version #155

ci: update actions and node version

ci: update actions and node version #155

Workflow file for this run

name: Build
on:
push:
branches: '**'
tags-ignore: '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install NPM Dependencies
run: npm install
- name: Build
run: npm run build:all