From ab8e8897a6719f77ca46684c81b5b31289f5a8c6 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Tue, 30 Apr 2024 23:12:29 -0700 Subject: Build website with Node 20 --- .github/workflows/deploy_website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/deploy_website.yml') diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml index 9018d4c..b0bb438 100644 --- a/.github/workflows/deploy_website.yml +++ b/.github/workflows/deploy_website.yml @@ -34,7 +34,7 @@ jobs: - name: Set Node.js uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - name: Run install uses: borales/actions-yarn@v5 with: -- cgit v1.2.3