From defa7cb11daa8f7e30ba96f15ad615f6149dc157 Mon Sep 17 00:00:00 2001 From: nemmtor Date: Thu, 18 Jan 2024 19:27:08 +0100 Subject: [PATCH] fix: cd --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index cfee557..5dc722d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -15,9 +15,9 @@ jobs: git submodule update --init --recursive git submodule update --remote --merge - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: 14.x + node-version: 18.x - name: Build run: | yarn