Skip to content

Commit d16fba3

Browse files
Update from copier from copier (2026-05-27T16:38:11)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 76c8212 commit d16fba3

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 2f2c13b
2+
_commit: b8951e0
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: cppjswasm

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
os: [ubuntu-latest, macos-latest, windows-latest]
3333
python-version: ["3.11"]
3434
cibuildwheel: ["cp311"]
35-
node-version: [20.x]
35+
node-version: [22.x]
3636

3737
steps:
3838
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions-ext/node/setup@main
4545
with:
46-
version: 22.x
46+
version: ${{ matrix.node-version }}
4747

4848
- uses: mymindstorm/setup-emsdk@v16
4949

js/pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
allowBuilds:
2+
esbuild: true

0 commit comments

Comments
 (0)