Skip to content

Update dependency @biomejs/biome to v1.8.3 #212

Update dependency @biomejs/biome to v1.8.3

Update dependency @biomejs/biome to v1.8.3 #212

name: Node.js v20 CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Use Node.js v20
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run lint
- run: npm test