Skip to content

Commit 60fdaa0

Browse files
authored
Merge pull request #166 from python-project-templates/copier-update-2026-05-27T16-37-52
Update from copier from copier (2026-05-27T16:37:52)
2 parents 316cf9a + b012b3d commit 60fdaa0

4 files changed

Lines changed: 10 additions & 9 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: b5fb449
2+
_commit: b8951e0
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: jupyter

.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/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,5 @@
7373
"mkdirp": "^3.0.1",
7474
"prettier": "^3.8.1",
7575
"rimraf": "^6.1.3"
76-
},
77-
"pnpm": {
78-
"overrides": {
79-
"webpack": "5.76.1"
80-
}
8176
}
82-
}
77+
}

js/pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
allowBuilds:
2+
"@fortawesome/fontawesome-free": true
3+
unrs-resolver: true
4+
5+
overrides:
6+
webpack: "5.76.1"

0 commit comments

Comments
 (0)