From b7088d94943ef727b08fd1e4bd5105349b85316b Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Wed, 24 Apr 2024 23:50:11 +1000 Subject: [PATCH] chore(deps): upgrade nodejs to v20 (#48) * Upgrade nodejs to v20 * Update build-pr.yml * Update deploy-main.yml --- .github/workflows/build-pr.yml | 2 +- .github/workflows/deploy-main.yml | 2 +- .github/workflows/publish.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 58bee18..70ecfa6 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -16,7 +16,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4.0.2 with: - node-version: 18.12.1 + node-version: 20.12.2 cache: "npm" - name: Install dependencies run: npm ci diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index 7dd26ee..178b250 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -15,7 +15,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4.0.2 with: - node-version: 18.12.1 + node-version: 20.12.2 cache: "npm" - name: Install dependencies run: npm ci diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 05b2587..09bbe1a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4.0.2 with: - node-version: 18.12.1 + node-version: 20.12.2 cache: "npm" - run: npm ci - run: npm run lint @@ -27,7 +27,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4.0.2 with: - node-version: 18.12.1 + node-version: 20.12.2 cache: "npm" - run: npm ci - run: npm run typecheck @@ -42,7 +42,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4.0.2 with: - node-version: 18.12.1 + node-version: 20.12.2 cache: "npm" - run: npm ci - run: npm run build