Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
fix(build): fix node version in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kharann authored Nov 25, 2022
1 parent 11686f7 commit b64b674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Chromatic (update baseline)
run: yarn chromatic --auto-accept-changes
env:
CHROMATIC_APP_CODE: ${{ secrets.chromatic_app_token }}
CHROMATIC_APP_CODE: ${{ secrets.chromatic_app_token }}

0 comments on commit b64b674

Please sign in to comment.