File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 Build :
10- if : ${{ !contains(github.event.head_commit.message, '[skip ci ]') }}
10+ if : ${{ !contains(github.event.head_commit.message, '[skip build ]') }}
1111 runs-on : ${{ matrix.os }}
1212 # prettier-ignore
1313 name : ${{ matrix.os }}-${{ matrix.node_arch }}-${{ matrix.dockerfile }}-${{ matrix.distro }}-${{ matrix.base_image }}
Original file line number Diff line number Diff line change 77
88jobs :
99 Docs :
10- runs-on : ubuntu-22.04
10+ runs-on : ${{ matrix.os }}
1111 strategy :
1212 fail-fast : false
1313 matrix :
1414 os :
15- - ubuntu-22 .04
15+ - ubuntu-24 .04
1616 node_version :
17- - 18
17+ - 20
1818 node_arch :
1919 - x64
2020 cpp_arch :
5555 architecture : ${{ matrix.cpp_arch }}
5656
5757 - uses : pnpm/action-setup@v4
58- with :
59- version : 9
6058
6159 - name : Install Node
6260 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments