We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e310a84 commit 17f5757Copy full SHA for 17f5757
1 file changed
.github/workflows/ci.yaml
@@ -77,6 +77,7 @@ jobs:
77
uses: ./.github/actions/install_deps
78
with:
79
python-version: ${{ matrix.python-version }}
80
+ node-version: 24.11.1
81
82
- name: Run Unit Tests
83
# TODO: figure out what to do about tests of copier task scripts that don't actually get detected by code coverage
@@ -121,6 +122,7 @@ jobs:
121
122
123
124
125
126
install-deps: false
127
128
- name: Instantiate copier template
0 commit comments