Skip to content

build(deps): bump @hashicorp/design-system-tokens from 2.2.0 to 2.2.1 #13394

build(deps): bump @hashicorp/design-system-tokens from 2.2.0 to 2.2.1

build(deps): bump @hashicorp/design-system-tokens from 2.2.0 to 2.2.1 #13394

Workflow file for this run

name: 'CI'
on:
pull_request:
merge_group:
push:
branches:
- main
jobs:
test:
name: 'Run Tests 🧪'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
- run: npm ci
- run: npm run test:ci
lint:
name: 'Lint'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Run lint check
run: npm run lint