소스 검색

ci: bump pnpm version

Sv443 1 주 전
부모
커밋
1d473049ae
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      .github/workflows/build-and-publish-jsr.yml
  2. 1 1
      .github/workflows/build-and-publish-npm.yml
  3. 1 1
      .github/workflows/lint-and-test-code.yml

+ 1 - 1
.github/workflows/build-and-publish-jsr.yml

@@ -21,7 +21,7 @@ jobs:
     env:
       CI: "true"
       STORE_PATH: ""
-      PNPM_VERSION: 9
+      PNPM_VERSION: 10
       RETENTION_DAYS: 2
 
     steps:

+ 1 - 1
.github/workflows/build-and-publish-npm.yml

@@ -27,7 +27,7 @@ jobs:
     env:
       CI: "true"
       STORE_PATH: ""
-      PNPM_VERSION: 9
+      PNPM_VERSION: 10
       RETENTION_DAYS: 2
 
     steps:

+ 1 - 1
.github/workflows/lint-and-test-code.yml

@@ -19,7 +19,7 @@ jobs:
     env:
       CI: "true"
       STORE_PATH: ""
-      PNPM_VERSION: 9
+      PNPM_VERSION: 10
       RETENTION_DAYS: 2
 
     steps: