From c744dffa55f7811e8b6f78bfe59f482b93eac9c9 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sun, 16 Jul 2023 13:10:01 +0000 Subject: [PATCH] fix: wrong node version --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 078f303..4edd771 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build_mac: docker: - - image: circleci/node:14.17.6 + - image: circleci/node:18.6.1 steps: - checkout - run: yarn @@ -18,7 +18,7 @@ jobs: - run: yarn build-electron-windows build_linux: docker: - - image: node:14.17.6 + - image: node:18.6.1 steps: - checkout - run: yarn