You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2
+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
3
+
4
+
name: Install Dependencies
5
+
6
+
on:
7
+
push:
8
+
branches: ["main"]
9
+
pull_request:
10
+
branches: ["main"]
11
+
12
+
jobs:
13
+
install-dependencies:
14
+
runs-on: ubuntu-latest
15
+
16
+
strategy:
17
+
matrix:
18
+
node-version: [22.x]
19
+
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
This is a multi purpose UI library used internally by epilot journeys. It could be used for any kind of projects, including building apps for epilot journeys.
9
+
10
+
Concorde was the internal code name used by epilot devs to migrate epilot journeys to use a more modern ui components. The goal was enhance the UX while making it simple & fast.
0 commit comments