From f37bfe34a43b625387139aec6fb58c9da4b2a072 Mon Sep 17 00:00:00 2001 From: madjin <32600939+madjin@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:08:00 -0500 Subject: [PATCH] update node versino --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e22a2b2..895f46b6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '18' # or the version you need + node-version: '20' # or the version you need - name: Install dependencies run: npm install --legacy-peer-deps