mirror of
https://github.com/pretix/pretix.git
synced 2026-08-13 11:17:01 +00:00
Explicitly setup node
This commit is contained in:
@@ -21,6 +21,10 @@ jobs:
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13"
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v7
|
||||
with:
|
||||
node-version: '24.x'
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
|
||||
Reference in New Issue
Block a user