From 85282ed8691310f88686b6dc01b5da67d971f177 Mon Sep 17 00:00:00 2001 From: AkashRajpurohit Date: Sat, 16 Mar 2024 18:38:53 +0530 Subject: [PATCH] feat: :arrow_up: upgraded node to v20 --- .github/workflows/test-and-release.yml | 4 ++-- .node-version | 1 + pnpm-lock.yaml | 9 --------- 3 files changed, 3 insertions(+), 11 deletions(-) create mode 100644 .node-version diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 8982361..6ae9a13 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -16,7 +16,7 @@ jobs: - name: Install Node.js 🔥 uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install pnpm 👀 uses: pnpm/action-setup@v2 @@ -93,7 +93,7 @@ jobs: - name: Install Node.js 🔥 uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install pnpm 👀 uses: pnpm/action-setup@v2 diff --git a/.node-version b/.node-version new file mode 100644 index 0000000..2efc7e1 --- /dev/null +++ b/.node-version @@ -0,0 +1 @@ +v20.11.1 \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 890fbf2..b288f14 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,9 +13,6 @@ devDependencies: conventional-changelog-conventionalcommits: specifier: ^7.0.2 version: 7.0.2 - prettier: - specifier: ^3.2.5 - version: 3.2.5 semantic-release: specifier: ^23.0.4 version: 23.0.4(typescript@5.4.2) @@ -2538,12 +2535,6 @@ packages: source-map-js: 1.0.2 dev: true - /prettier@3.2.5: - resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} - engines: {node: '>=14'} - hasBin: true - dev: true - /pretty-format@29.7.0: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}