From 249592cfa3a8a54b8cb3ee4b93ce2d5ba62e29ce Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 30 Oct 2024 19:06:01 +0000 Subject: [PATCH] Update node in deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e881bd7..86669d7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - name: Configure Node uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' cache: 'npm' - name: Install packages