Skip to content

build(deps-dev): bump @arethetypeswrong/cli from 0.18.3 to 0.18.4 #6962

build(deps-dev): bump @arethetypeswrong/cli from 0.18.3 to 0.18.4

build(deps-dev): bump @arethetypeswrong/cli from 0.18.3 to 0.18.4 #6962

Workflow file for this run

name: build
on: [push, pull_request]
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Use Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Build package
run: npm run build
- name: Run benchmark
run: npm run benchmark