diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-04-30 23:12:29 -0700 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-04-30 23:12:29 -0700 |
| commit | ab8e8897a6719f77ca46684c81b5b31289f5a8c6 (patch) | |
| tree | 7af18b3e7a1e286f2d70a823c4652bbe437dd269 /.github/workflows/build_website.yml | |
| parent | 41592a3449c73666addc39fd09ccfcf60103ae12 (diff) | |
Build website with Node 20
Diffstat (limited to '.github/workflows/build_website.yml')
| -rw-r--r-- | .github/workflows/build_website.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml index 4195d53..00f6d2d 100644 --- a/.github/workflows/build_website.yml +++ b/.github/workflows/build_website.yml @@ -13,7 +13,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: |
