Skip to content

Commit

Permalink
Drop node@18 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jun 16, 2023
1 parent 248d5ac commit e69bf79
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
# Workflow name
name: "Chromatic"

# Event for the workflow
on: push

# List of jobs
jobs:
chromatic:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/setup-node@v3
with:
node-version: 18.x
# 👇 Adds Chromatic as a step in the workflow
- uses: pnpm/action-setup@v2
name: Install dependencies
with:
version: 8
run_install: true
- name: Publish to Chromatic
uses: chromaui/action@v1
# Chromatic GitHub Action options
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 comments on commit e69bf79

Please sign in to comment.