From f79bc9aebe0feaa81c914aa6dd43d8a5bdb098f1 Mon Sep 17 00:00:00 2001 From: Pritansh Chaudhary Date: Thu, 15 Feb 2024 11:50:27 +0530 Subject: [PATCH] :arrow_up: Upgrade Node to 20.11 (#39) --- .circleci/config.yml | 2 +- .github/workflows/test-publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9192990..42e437a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: build: docker: # Specify the version you desire here - - image: cimg/node:18.19 + - image: cimg/node:20.11 working_directory: ~/repo diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 95605a6..219ce00 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -24,7 +24,7 @@ jobs: ubuntu-latest-node-18.19.x-yarn- - uses: actions/setup-node@v3 with: - node-version: 18.19 + node-version: 20.11 registry-url: https://registry.npmjs.org/ - name: Install run: yarn install --frozen-lockfile @@ -60,7 +60,7 @@ jobs: ubuntu-latest-node-18.19.x-yarn- - uses: actions/setup-node@v3 with: - node-version: 18.19 + node-version: 20.11 registry-url: https://registry.npmjs.org/ - name: Install run: yarn install --frozen-lockfile