فهرست منبع

fix(ci): update use pnpm version for deploy

invalid w 1 سال پیش
والد
کامیت
83455a07a0
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      .github/workflows/deploy.yml

+ 2 - 2
.github/workflows/deploy.yml

@@ -72,10 +72,10 @@ jobs:
       - name: Install pnpm
         uses: pnpm/action-setup@v2
         with:
-          version: 8
+          version: 9
           run_install: false
 
-      - name: use Node.js 16
+      - name: use Node.js 20
         uses: actions/setup-node@v3
         with:
           node-version: '20.x'