From ddf599988533e1f7f89b055c96b213220362d957 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 30 Jul 2024 10:38:32 -0500 Subject: Bump node version --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0ccab91..d97f15c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install dependencies run: pnpm -r install @@ -56,4 +56,4 @@ jobs: steps: - name: Deploy id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4 -- cgit v1.2.3