Skip to content

Chore: Update Typescript and ESLint depencencies (#11) #15

Chore: Update Typescript and ESLint depencencies (#11)

Chore: Update Typescript and ESLint depencencies (#11) #15

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Test
run: npm test