Skip to content

Commit 0896a44

Browse files
authored
Update CI component versions (#203)
* Update CI component versions * Change back windows version for CI
1 parent 8979194 commit 0896a44

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
check-clang-format:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- run: npm install
1111
- name: check clang-format
1212
run: |

.github/workflows/nodejs.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
container: node
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
persist-credentials: false
1616
- run: npx envinfo

0 commit comments

Comments
 (0)