Skip to content

Commit

Permalink
Update chromatic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchaehyun authored Jan 22, 2024
1 parent 7d95355 commit 2532a80
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/setup-node@v3
- name: Read .nvmrc
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
id: nvm
- name: Setup node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: yarn
node-version: ${{ steps.nvm.outputs.NVMRC }}
- name: Corepack Enable
run: corepack enable
- uses: actions/checkout@v1
Expand Down

0 comments on commit 2532a80

Please sign in to comment.