Skip to content

Commit c0efd21

Browse files
authored
Merge pull request #121 from python-project-templates/copier-update-2026-05-27T16-38-02
Update from copier from copier (2026-05-27T16:38:02)
2 parents d0c11bc + dc7f5fb commit c0efd21

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: js

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
os: [ubuntu-latest]
3333
python-version: ["3.11"]
34-
node-version: [20.x]
34+
node-version: [22.x]
3535

3636
steps:
3737
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: actions-ext/node/setup@main
4444
with:
45-
version: 22.x
45+
version: ${{ matrix.node-version }}
4646

4747
- name: Install dependencies
4848
run: make develop

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)