Skip to content

Commit 18828f8

Browse files
committed
docs: fix pnpm version in docs build [skip build]
1 parent a2b403d commit 18828f8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
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 }}

.github/workflows/docs.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77

88
jobs:
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:
@@ -55,8 +55,6 @@ jobs:
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

0 commit comments

Comments
 (0)