Skip to content

Commit 8e231c7

Browse files
committed
Update comments and try installing Node.js using NVS
1 parent ac48327 commit 8e231c7

13 files changed

Lines changed: 38 additions & 31 deletions

.github/workflows/linux_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Define a display name:
3737
name: "Node.js v${{ matrix.NODE_VERSION }}"
3838

39-
# Define the type of virtual host machine on which to run the job:
39+
# Define the type of virtual host machine:
4040
runs-on: ${{ matrix.OS }}
4141

4242
# Ensure that this job only runs if the antecedent workflow is successful:

.github/workflows/linux_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
# Define the list of build tasks:
6767
BUILD_TASK: ['examples']
6868

69-
# Define the list of Node.js versions on which to run this job:
69+
# Define the list of Node.js versions:
7070
NODE_VERSION: ['16', '14', '12']
7171

72-
# Define the list of operating systems on which to run this job:
72+
# Define the list of operating systems:
7373
OS: ['ubuntu-latest']
7474

7575
# Define configuration options for each Node.js version:

.github/workflows/linux_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Define a display name:
3535
name: "Node.js v${{ matrix.NODE_VERSION }}"
3636

37-
# Define the type of virtual host machine on which to run the job:
37+
# Define the type of virtual host machine:
3838
runs-on: ${{ matrix.OS }}
3939

4040
# Define environment variables:

.github/workflows/linux_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Define a display name:
3737
name: "Node.js v${{ matrix.NODE_VERSION }}"
3838

39-
# Define the type of virtual host machine on which to run the job:
39+
# Define the type of virtual host machine:
4040
runs-on: ${{ matrix.OS }}
4141

4242
# Ensure that this job only runs if the antecedent workflow is successful:

.github/workflows/linux_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Define a display name:
3535
name: "Node.js v${{ matrix.NODE_VERSION }}"
3636

37-
# Define the type of virtual host machine on which to run the job:
37+
# Define the type of virtual host machine:
3838
runs-on: ${{ matrix.OS }}
3939

4040
# Define environment variables:

.github/workflows/macos_benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
# Define the list of build tasks:
6666
BUILD_TASK: ['benchmark']
6767

68-
# Define the list of Node.js versions on which to run this job:
68+
# Define the list of Node.js versions:
6969
NODE_VERSION: ['16', '14', '12']
7070

71-
# Define the list of operating systems on which to run this job:
71+
# Define the list of operating systems:
7272
OS: ['macOS-latest']
7373

7474
# Define configuration options for each Node.js version:

.github/workflows/macos_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
# Define the list of build tasks:
6161
BUILD_TASK: ['test']
6262

63-
# Define the list of Node.js versions on which to run this job:
63+
# Define the list of Node.js versions:
6464
# NODE_VERSION: ['16', '14', '12', '10', '8', '6', '4', '0.12', '0.10']
6565
NODE_VERSION: ['16', '14', '12']
6666

67-
# Define the list of operating systems on which to run this job:
67+
# Define the list of operating systems:
6868
OS: ['macOS-latest']
6969

7070
# Define configuration options for each Node.js version:

.github/workflows/macos_test_cov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
# Define the list of build tasks:
6666
BUILD_TASK: ['test-coverage']
6767

68-
# Define the list of Node.js versions on which to run this job:
68+
# Define the list of Node.js versions:
6969
NODE_VERSION: ['16', '14', '12']
7070

71-
# Define the list of operating systems on which to run this job:
71+
# Define the list of operating systems:
7272
OS: ['macOS-latest']
7373

7474
# Define configuration options for each Node.js version:

.github/workflows/macos_test_npm_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
# Define the list of build tasks:
6161
BUILD_TASK: ['test-npm-install']
6262

63-
# Define the list of Node.js versions on which to run this job:
63+
# Define the list of Node.js versions:
6464
NODE_VERSION: ['16', '14', '12', '10', '8', '6', '4', '0.12', '0.10']
6565

66-
# Define the list of operating systems on which to run this job:
66+
# Define the list of operating systems:
6767
OS: ['macOS-latest']
6868

6969
# Define configuration options for each Node.js version:

.github/workflows/slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Define a display name:
4646
name: 'Slack notification'
4747

48-
# Define the type of virtual host machine on which to run the job:
48+
# Define the type of virtual host machine:
4949
runs-on: 'ubuntu-latest'
5050

5151
# Define the sequence of job steps...

0 commit comments

Comments
 (0)