From 6cfeb63cd3ce3a376b24c35767d6bc853b9d4d4d Mon Sep 17 00:00:00 2001 From: SPC-code <112205870+SPC-code@users.noreply.github.com> Date: Thu, 19 Jan 2023 16:58:28 +0300 Subject: [PATCH] Update gatsby.yml --- .github/workflows/gatsby.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml index a4629c0..c2a53be 100644 --- a/.github/workflows/gatsby.yml +++ b/.github/workflows/gatsby.yml @@ -10,9 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v3.6.0 with: - node-version: '18.13.0' + node-version: '18.x' + cache: 'yarn' - name: Build project run: | sudo yarn global add gatsby-cli