@@ -12,16 +12,16 @@ jobs:
12
12
13
13
strategy :
14
14
matrix :
15
- node-version : [12.18.0, 14 .x, 16 .x]
15
+ node-version : [14.x, 16 .x, 18 .x]
16
16
operating-system : [ubuntu-latest, windows-2019, macos-latest]
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
- name : Use Node.js ${{ matrix.node-version }}
21
- uses : actions/setup-node@v1
21
+ uses : actions/setup-node@v3
22
22
with :
23
23
node-version : ${{ matrix.node-version }}
24
- - run : npm install -g cmake-js@5 .3.2
24
+ - run : npm install -g cmake-js@6 .3.2
25
25
- run : npm install
26
26
- name : Environment Information
27
27
run : npx envinfo
@@ -32,12 +32,12 @@ jobs:
32
32
runs-on : ubuntu-latest
33
33
container : node
34
34
steps :
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v3
36
36
- run : npm i -g n && n nightly
37
37
- run : node -p process.versions
38
38
- name : Environment Information
39
39
run : npx envinfo
40
- - run : npm install -g cmake-js@5 .3.2
40
+ - run : npm install -g cmake-js@6 .3.2
41
41
- run : npm install
42
42
- name : Environment Information
43
43
run : npx envinfo
0 commit comments