Skip to content

Update dependency @types/node to v20.14.9 #63

Update dependency @types/node to v20.14.9

Update dependency @types/node to v20.14.9 #63

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version-file: "package.json"
- run: npm install
- run: npm run build
biome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version-file: "package.json"
- run: npm install
- run: npm run biome -- check .