Browse Source

wip: use latest npm [skip ci]

Baptiste Augrain 1 năm trước cách đây
mục cha
commit
fa6fbaa4e0
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 5 2
      .github/workflows/stable-windows.yml

+ 5 - 2
.github/workflows/stable-windows.yml

@@ -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