From 4979d79833493b20418fa7d58defb7f477388c75 Mon Sep 17 00:00:00 2001 From: Chris Gervang Date: Thu, 6 Feb 2025 20:53:00 -0800 Subject: [PATCH] Use volta to build website --- .github/workflows/website.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 89a49c14..79345571 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -34,10 +34,9 @@ jobs: with: token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }} - - name: Use Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + - uses: volta-cli/action@2d68418f32546fd191eb666e232b321d5726484d # v4.1.1 with: - node-version: '18.x' + cache: 'yarn' - name: Install dependencies run: |