From 494df10c8bbe983beb44c900640da22fb8b99dbb Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 23 Feb 2022 08:46:30 -0500 Subject: [PATCH] be consistent with which Node version in actions/setup-node (#25566) --- .github/workflows/create-translation-batch-pr.yml | 2 +- .github/workflows/os-ready-for-review.yml | 2 +- .github/workflows/package-lock-lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-translation-batch-pr.yml b/.github/workflows/create-translation-batch-pr.yml index 8aa426a91d..3aa683d75b 100644 --- a/.github/workflows/create-translation-batch-pr.yml +++ b/.github/workflows/create-translation-batch-pr.yml @@ -118,7 +118,7 @@ jobs: - name: 'Setup node' uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: '16' + node-version: 16.14.x - run: npm ci diff --git a/.github/workflows/os-ready-for-review.yml b/.github/workflows/os-ready-for-review.yml index 8e12594480..673e11627c 100644 --- a/.github/workflows/os-ready-for-review.yml +++ b/.github/workflows/os-ready-for-review.yml @@ -49,7 +49,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.x + node-version: 16.14.x cache: npm - name: Install dependencies diff --git a/.github/workflows/package-lock-lint.yml b/.github/workflows/package-lock-lint.yml index 3bd2e91713..c045acfdc1 100644 --- a/.github/workflows/package-lock-lint.yml +++ b/.github/workflows/package-lock-lint.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 with: - node-version: 16.x + node-version: 16.14.x - name: Run check run: |