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