From 760cf4f1da9a405e9ce67ed5bd6fb9651846e2bc Mon Sep 17 00:00:00 2001 From: neki-dev Date: Sun, 14 Jul 2024 18:39:23 +0300 Subject: [PATCH] chore(*): fix ci node version --- .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 d08998d..970deb0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '14.x' + node-version: '16.x' - name: Installing run: yarn install - name: Building