wip: use latest npm [skip ci]

This commit is contained in:
Baptiste Augrain 2023-10-09 22:21:14 +02:00
parent e727f395ba
commit fa6fbaa4e0

View file

@ -59,12 +59,15 @@ jobs:
node-version: '18'
- name: Install Yarn
run: npm install -g yarn
run: npm install -g yarn@latest
- name: Install lastest NPM
run: npm install -g npm@latest
- name: Setup Python 3
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.x'
- name: Clone VSCode repo
run: ./get_repo.sh