Skip to content

Commit fe1f0b2

Browse files
Update from copier from copier (2026-05-31T06:31:10)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a8e0dfd commit fe1f0b2

3 files changed

Lines changed: 18 additions & 1 deletion

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: b5fb449
2+
_commit: b8951e0
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: js

.github/workflows/build.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,17 @@ permissions:
2727

2828
jobs:
2929
build:
30+
<<<<<<< before updating
3031
runs-on: ubuntu-latest
32+
=======
33+
runs-on: ${{ matrix.os }}
34+
35+
strategy:
36+
matrix:
37+
os: [ubuntu-latest]
38+
python-version: ["3.11"]
39+
node-version: [22.x]
40+
>>>>>>> after updating
3141

3242
steps:
3343
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -40,8 +50,12 @@ jobs:
4050
- name: Set up NodeJS
4151
uses: actions-ext/node/setup@main
4252
with:
53+
<<<<<<< before updating
4354
version: 22.x
4455
pnpm_version: '11'
56+
=======
57+
version: ${{ matrix.node-version }}
58+
>>>>>>> after updating
4559

4660
- name: Install dependencies
4761
run: make develop

js/pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
allowBuilds:
22
esbuild: true
3+
<<<<<<< before updating
34

45
overrides:
56
react: 19.2.6
67
react-dom: 19.2.6
8+
=======
9+
>>>>>>> after updating

0 commit comments

Comments
 (0)