Skip to content

Commit 4979d79

Browse files
committed
Use volta to build website
1 parent 803de76 commit 4979d79

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
with:
3535
token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
3636

37-
- name: Use Node.js
38-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
37+
- uses: volta-cli/action@2d68418f32546fd191eb666e232b321d5726484d # v4.1.1
3938
with:
40-
node-version: '18.x'
39+
cache: 'yarn'
4140

4241
- name: Install dependencies
4342
run: |

0 commit comments

Comments
 (0)