Skip to content

chore(deps-dev): bump @figma/plugin-typings from 1.105.0 to 1.106.0 #127

chore(deps-dev): bump @figma/plugin-typings from 1.105.0 to 1.106.0

chore(deps-dev): bump @figma/plugin-typings from 1.105.0 to 1.106.0 #127

Workflow file for this run

---
name: Default Pipeline
on:
pull_request:
push:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
init:
uses: ./.github/workflows/00-init.yml
build:
name: Build
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
needs: [init]
steps:
- name: ⏬ Checkout repo
uses: actions/checkout@v4
- name: 🔄 Init Cache
uses: ./.github/actions/npm-cache
- name: 🔨 Build Packages
run: npm run build