Skip to content

⬆️ deps: Upgrade dependency @types/react-color to v3.0.10 #1929

⬆️ deps: Upgrade dependency @types/react-color to v3.0.10

⬆️ deps: Upgrade dependency @types/react-color to v3.0.10 #1929

Workflow file for this run

name: ci:build
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Continuous integration (build)
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install 💾
uses: meteor-actions/install@v3
- name: Cache build 💽
uses: meteor-actions/cache-build@v3
with:
key: build
- name: Build 🏗️
run: meteor build ../dist