From ca98483567a877b623f2086052ff92d84368cb51 Mon Sep 17 00:00:00 2001 From: Jordan Van Ness Date: Thu, 16 Jan 2025 15:33:54 -0800 Subject: [PATCH] chore: updating node version from 18 to 18.20.2 --- .github/actions/node-and-build/action.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/node-and-build/action.yml b/.github/actions/node-and-build/action.yml index 2f8bd59..46002b3 100644 --- a/.github/actions/node-and-build/action.yml +++ b/.github/actions/node-and-build/action.yml @@ -12,7 +12,7 @@ runs: - name: Setup Node.js 18 uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 https://github.com/actions/setup-node/commit/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 18 + node-version: 18.20.2 env: SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d2bac94..6cdb376 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [18.20.2] steps: - name: Checkout repository diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e62aa45..7769431 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: - name: Use Node.js 18 x64 uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 https://github.com/actions/setup-node/commit/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c with: - node-version: 18 + node-version: 18.20.2 architecture: x64 registry-url: 'https://registry.npmjs.org'