We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ba90b commit 8c37c28Copy full SHA for 8c37c28
template/.github/workflows/ci.yaml.jinja
@@ -23,15 +23,10 @@ jobs:
23
uses: actions/checkout@{% endraw %}{{ gha_checkout }}{% raw %}
24
25
- name: Setup node
26
- uses: actions/setup-node@v4
+ uses: actions/setup-node@{% endraw %}{{ gha_setup_node }}{% raw %}
27
with:
28
node-version: {% endraw %}{{ node_version }}{% raw %}
29
30
- - name: Setup pnpm
31
- uses: pnpm/[email protected]
32
- with:
33
- version: {% endraw %}{{ pnpm_version }}{% raw %}
34
-
35
- name: Install latest versions of python packages
36
uses: ./.github/actions/install_deps_uv
37
0 commit comments