Skip to content

Commit 8c37c28

Browse files
committed
setup node version
1 parent b2ba90b commit 8c37c28

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

template/.github/workflows/ci.yaml.jinja

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,10 @@ jobs:
2323
uses: actions/checkout@{% endraw %}{{ gha_checkout }}{% raw %}
2424

2525
- name: Setup node
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@{% endraw %}{{ gha_setup_node }}{% raw %}
2727
with:
2828
node-version: {% endraw %}{{ node_version }}{% raw %}
2929

30-
- name: Setup pnpm
31-
uses: pnpm/[email protected]
32-
with:
33-
version: {% endraw %}{{ pnpm_version }}{% raw %}
34-
3530
- name: Install latest versions of python packages
3631
uses: ./.github/actions/install_deps_uv
3732
with:

0 commit comments

Comments
 (0)