We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0c11bc + dc7f5fb commit c0efd21Copy full SHA for c0efd21
3 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 2f2c13b
+_commit: b8951e0
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: js
.github/workflows/build.yaml
@@ -31,7 +31,7 @@ jobs:
31
matrix:
32
os: [ubuntu-latest]
33
python-version: ["3.11"]
34
- node-version: [20.x]
+ node-version: [22.x]
35
36
steps:
37
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -42,7 +42,7 @@ jobs:
42
43
- uses: actions-ext/node/setup@main
44
with:
45
- version: 22.x
+ version: ${{ matrix.node-version }}
46
47
- name: Install dependencies
48
run: make develop
js/pnpm-workspace.yaml
@@ -0,0 +1,2 @@
+allowBuilds:
+ esbuild: true
0 commit comments