Skip to content

chore(deps): bump @allanoricil/nrg-core from 0.0.0-beta.18 to 0.0.0-b… #9

chore(deps): bump @allanoricil/nrg-core from 0.0.0-beta.18 to 0.0.0-b…

chore(deps): bump @allanoricil/nrg-core from 0.0.0-beta.18 to 0.0.0-b… #9

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 20
cache: npm
- name: Install Dependencies
run: npm ci
- name: Format
run: npm run format
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build