Skip to content

Bump the all-the-things group across 1 directory with 27 updates #93

Bump the all-the-things group across 1 directory with 27 updates

Bump the all-the-things group across 1 directory with 27 updates #93

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node 18
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: |
npm ci
- name: Lint
run: |
npm run lint
- name: Build
run: |
npm run build