From 0f17b58504136cba0f2b7381eb32f3405a49e8f8 Mon Sep 17 00:00:00 2001 From: Samuel Wall Date: Tue, 5 Nov 2024 21:00:42 +0000 Subject: [PATCH] build(workflows): use node 18 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f331f37..2d48d50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '18.x' - name: Build run: | yarn install --immutable @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '18.x' - uses: webfactory/ssh-agent@v0.5.0 with: ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}