@@ -12,16 +12,16 @@ jobs:
1212
1313 strategy :
1414 matrix :
15- node-version : [12.18.0, 14 .x, 16 .x]
15+ node-version : [14.x, 16 .x, 18 .x]
1616 operating-system : [ubuntu-latest, windows-2019, macos-latest]
1717
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v3
2020 - name : Use Node.js ${{ matrix.node-version }}
21- uses : actions/setup-node@v1
21+ uses : actions/setup-node@v3
2222 with :
2323 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
2525 - run : npm install
2626 - name : Environment Information
2727 run : npx envinfo
@@ -32,12 +32,12 @@ jobs:
3232 runs-on : ubuntu-latest
3333 container : node
3434 steps :
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v3
3636 - run : npm i -g n && n nightly
3737 - run : node -p process.versions
3838 - name : Environment Information
3939 run : npx envinfo
40- - run : npm install -g cmake-js@5 .3.2
40+ - run : npm install -g cmake-js@6 .3.2
4141 - run : npm install
4242 - name : Environment Information
4343 run : npx envinfo
0 commit comments