Skip to content

Update dependency @biomejs/biome to v1.7.3 #199

Update dependency @biomejs/biome to v1.7.3

Update dependency @biomejs/biome to v1.7.3 #199

name: Node.js v20 CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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