Install node from setup-node action

This commit is contained in:
Nicola Soranzo
2023-10-20 11:14:30 +01:00
parent 219bd20320
commit bbb239a76b
+5
View File
@@ -37,6 +37,11 @@ jobs:
- uses: actions/checkout@v3
with:
path: 'galaxy root'
- uses: actions/setup-node@v3
with:
node-version: '18.12.1'
cache: 'yarn'
cache-dependency-path: 'galaxy root/client/yarn.lock'
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}