File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
Build :
10
- if : ${{ !contains(github.event.head_commit.message, '[skip ci ]') }}
10
+ if : ${{ !contains(github.event.head_commit.message, '[skip build ]') }}
11
11
runs-on : ${{ matrix.os }}
12
12
# prettier-ignore
13
13
name : ${{ matrix.os }}-${{ matrix.node_arch }}-${{ matrix.dockerfile }}-${{ matrix.distro }}-${{ matrix.base_image }}
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
Docs :
10
- runs-on : ubuntu-22.04
10
+ runs-on : ${{ matrix.os }}
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
14
os :
15
- - ubuntu-22 .04
15
+ - ubuntu-24 .04
16
16
node_version :
17
- - 18
17
+ - 20
18
18
node_arch :
19
19
- x64
20
20
cpp_arch :
55
55
architecture : ${{ matrix.cpp_arch }}
56
56
57
57
- uses : pnpm/action-setup@v4
58
- with :
59
- version : 9
60
58
61
59
- name : Install Node
62
60
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments