فهرست منبع

workflow: update

xiaoxian521 1 سال پیش
والد
کامیت
0fcc12a591
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      .github/workflows/linter.yml

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

@@ -18,13 +18,13 @@ jobs:
       - name: Install Node.js
         uses: actions/setup-node@v3
         with:
-          node-version: 16
+          node-version: 18
 
       - uses: pnpm/action-setup@v2
         name: Install pnpm
         id: pnpm-install
         with:
-          version: 7
+          version: 8.6.10
           run_install: false
 
       - name: Get pnpm store directory