]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: size script
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 8 Jun 2022 14:52:15 +0000 (16:52 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 30 Jun 2022 07:59:00 +0000 (09:59 +0200)
.github/workflows/size-check.yml

index 01e4c4f547dcb090dd3791a848952a1f6a94376e..7ef647849978bd32a8114ec899f2e7142945e2e0 100644 (file)
@@ -12,8 +12,14 @@ jobs:
     env:
       CI_JOB_NUMBER: 1
     steps:
-      - uses: actions/checkout@v1
-      - uses: bahmutov/npm-install@v1
+      - uses: actions/checkout@v3
+      - uses: pnpm/action-setup@v2.2.1
+        with:
+          version: 7.1.7
+      - uses: actions/setup-node@v2
+        with:
+          node-version: '16'
+          cache: 'pnpm'
 
       - uses: posva/size-check-action@v1.1.2
         with: