Skip to content

Commit 79e61d0

Browse files
committed
Stick Node 14.18.1 for GH Actions
1 parent 3782fb5 commit 79e61d0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v2
3535

36-
- name: Install Node.js 14.x
36+
- name: Install Node.js 14.18.1
3737
uses: actions/setup-node@v1
3838
with:
39-
node-version: '14.x'
39+
node-version: '14.18.1'
4040
registry-url: 'https://registry.npmjs.org'
4141

4242
- name: Install Python 3.x

.github/workflows/check-i18n-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v2
2727

28-
- name: Install Node.js 14.x
28+
- name: Install Node.js 14.18.1
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: '14.x'
31+
node-version: '14.18.1'
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: Install dependencies

.github/workflows/i18n-nightly-push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414

15-
- name: Install Node.js 14.x
15+
- name: Install Node.js 14.18.1
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '14.x'
18+
node-version: '14.18.1'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install dependencies

.github/workflows/i18n-weekly-pull.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414

15-
- name: Install Node.js 14.x
15+
- name: Install Node.js 14.18.1
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: '14.x'
18+
node-version: '14.18.1'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install dependencies

0 commit comments

Comments
 (0)