]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
ci: remove corepack
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 9 Oct 2024 15:59:14 +0000 (17:59 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 9 Oct 2024 15:59:14 +0000 (17:59 +0200)
.github/workflows/pkg.pr.new.yml

index 3393c5a9153671d627a49b10ccb26fb91df4ddc1..14f0e967320e3cb9fdb52ef3d74d2d2947185adf 100644 (file)
@@ -25,11 +25,8 @@ jobs:
       uses: actions/checkout@v4
       with:
         fetch-depth: 0
-
-    - run: corepack enable
-
-    - name: Set node
-      uses: actions/setup-node@v4
+    - uses: pnpm/action-setup@v4
+    - uses: actions/setup-node@v4
       with:
         node-version: lts/*
         cache: pnpm