Skip to content

Commit 6969796

Browse files
committed
Use the LTS node version
1 parent 2c6d41e commit 6969796

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/standalone_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: 'Install Node.js'
7070
uses: actions/setup-node@v2
7171
with:
72-
node-version: 15
72+
node-version: 'lts/*'
7373
timeout-minutes: 5
7474

7575
# Install dependencies (accounting for possible network failures, etc, when installing node module dependencies):

.github/workflows/standalone_push_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: 'Install Node.js'
5757
uses: actions/setup-node@v2
5858
with:
59-
node-version: 15
59+
node-version: 'lts/*'
6060
timeout-minutes: 5
6161

6262
# Install dependencies (accounting for possible network failures, etc, when installing node module dependencies):

.github/workflows/standalone_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: 'Install Node.js'
6767
uses: actions/setup-node@v2
6868
with:
69-
node-version: 15
69+
node-version: 'lts/*'
7070
timeout-minutes: 5
7171

7272
# Install dependencies (accounting for possible network failures, etc, when installing node module dependencies):

.github/workflows/update_namespace_declarations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: 'Install Node.js'
5858
uses: actions/setup-node@v2
5959
with:
60-
node-version: 15
60+
node-version: 'lts/*'
6161
timeout-minutes: 5
6262

6363
# Install dependencies (accounting for possible network failures, etc, when installing node module dependencies):

0 commit comments

Comments
 (0)