diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index a9bf176..b55df20 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -5,12 +5,12 @@ jobs: chromatic: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: install run: yarn install --frozen-lockfile - name: run chromatic