From 3b3cd87281ee70f2d6e572a22f65fcbc7105f4f0 Mon Sep 17 00:00:00 2001 From: pritansh Date: Tue, 6 Feb 2024 14:57:49 +0530 Subject: [PATCH] :arrow_up: Upgrade Node to 20.11 --- .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 1ff7ab4..b331089 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 4fffaaa..1a6ceb2 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -20,7 +20,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 @@ -52,7 +52,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