mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Install node from setup-node action
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user