From 38ab1257109c3cb54366f56091d7831147a75dac Mon Sep 17 00:00:00 2001 From: Noah Saso Date: Sun, 7 Jan 2024 22:51:39 -0800 Subject: [PATCH] Updated node versions in github actions. --- .github/workflows/deploy.yml | 2 +- .github/workflows/test-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0868d7e5..2363b5a6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Build website run: | diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index eaaa1574..5dc12b4c 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Test build run: |