Skip to content

Commit

Permalink
Merge pull request #16 from design-sparx/ft/yarn
Browse files Browse the repository at this point in the history
Ft/yarn
  • Loading branch information
kelvink96 committed Dec 2, 2023
2 parents befb97a + cfb853f commit 4de07c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-avocados-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"analytics-dashboard": patch
---

updated .yarn configs
6 changes: 3 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: 'Chromatic Deployment'
# Event for the workflow
on:
push:
branches: [master]
branches: [ master ]
pull_request:
branches: [master]
branches: [ master ]

# List of jobs
jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
# Job steps
steps:
- uses: actions/checkout@v3
- run: yarn set version berry && yarn
- run: yarn
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
# Options required for Chromatic's GitHub Action
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: 'Changeset release'

on:
push:
Expand All @@ -15,13 +15,13 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 16
- name: Setup Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install Dependencies
run: yarn
run: yarn install --immutable --immutable-cache --check-cache

- name: Create Release Pull Request
uses: changesets/action@v1
Expand Down

0 comments on commit 4de07c2

Please sign in to comment.