From 28da6493c74b603488f2c4abf470d0c3a97b7dee Mon Sep 17 00:00:00 2001 From: Avram Walden Date: Tue, 21 May 2024 10:01:51 -0700 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Updates=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f2873a2..d63bb95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,13 +1,13 @@ version: 2.1 orbs: - node: circleci/node@5.1.0 + node: circleci/node@5.2.0 jobs: build: docker: # replace with your preferred image - - image: cimg/node:19.6.1 + - image: cimg/node:22.2.0 steps: - checkout - node/install-yarn diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb2f4f7..397c906 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x - name: Install dependencies uses: borales/actions-yarn@v4