Skip to content

Commit 494df10

Browse files
authored
be consistent with which Node version in actions/setup-node (#25566)
1 parent 4d4f7c5 commit 494df10

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create-translation-batch-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: 'Setup node'
119119
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
120120
with:
121-
node-version: '16'
121+
node-version: 16.14.x
122122

123123
- run: npm ci
124124

.github/workflows/os-ready-for-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Node
5050
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
5151
with:
52-
node-version: 16.x
52+
node-version: 16.14.x
5353
cache: npm
5454

5555
- name: Install dependencies

.github/workflows/package-lock-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
3131
with:
32-
node-version: 16.x
32+
node-version: 16.14.x
3333

3434
- name: Run check
3535
run: |

0 commit comments

Comments
 (0)