Skip to content

fix(deps): bump @allanoricil/nrg-nodes from 1.1.0 to 1.1.1 #62

fix(deps): bump @allanoricil/nrg-nodes from 1.1.0 to 1.1.1

fix(deps): bump @allanoricil/nrg-nodes from 1.1.0 to 1.1.1 #62

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Setup Node
uses: actions/setup-node@v4.0.1
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