Skip to content

build(deps): bump style-to-js from 2.0.0 to 2.0.1 #6947

build(deps): bump style-to-js from 2.0.0 to 2.0.1

build(deps): bump style-to-js from 2.0.0 to 2.0.1 #6947

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