Skip to content

Commit 17f5757

Browse files
committed
Put this back to trigger node/pnpm install
1 parent e310a84 commit 17f5757

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
uses: ./.github/actions/install_deps
7878
with:
7979
python-version: ${{ matrix.python-version }}
80+
node-version: 24.11.1
8081

8182
- name: Run Unit Tests
8283
# 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:
121122
uses: ./.github/actions/install_deps
122123
with:
123124
python-version: ${{ matrix.python-version }}
125+
node-version: 24.11.1
124126
install-deps: false
125127

126128
- name: Instantiate copier template

0 commit comments

Comments
 (0)