From 9242c87b70d914a0a0b71e8851aa69ed28623338 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 16:37:51 +0000 Subject: [PATCH] Update from copier from copier (2026-05-27T16:37:51) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/build.yaml | 4 ++-- js/pnpm-workspace.yaml | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 js/pnpm-workspace.yaml diff --git a/.copier-answers.yaml b/.copier-answers.yaml index d3571c6..6cbce16 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: b5fb449 +_commit: b8951e0 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rustjswasm diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d94e0f2..d3fafe1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.11"] cibuildwheel: ["cp311"] - node-version: [20.x] + node-version: [22.x] steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 @@ -45,7 +45,7 @@ jobs: - uses: actions-ext/node/setup@main with: - version: 22.x + version: ${{ matrix.node-version }} - name: Install dependencies run: make develop diff --git a/js/pnpm-workspace.yaml b/js/pnpm-workspace.yaml new file mode 100644 index 0000000..5ed0b5a --- /dev/null +++ b/js/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +allowBuilds: + esbuild: true