]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
ci: adapt scripts
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 2 Aug 2021 09:05:11 +0000 (11:05 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 2 Aug 2021 09:05:11 +0000 (11:05 +0200)
.github/workflows/test.yml
package.json

index abf10101e055e201acf1dd208b9f18f652574386..5e42ee9c5759889beea194a5f7b6a45e153f4099 100644 (file)
@@ -13,9 +13,10 @@ jobs:
       - uses: actions/checkout@v2
       - uses: actions/setup-node@v2
         with:
-          node-version: '14'
+          node-version: '16'
           cache: 'yarn'
 
       - run: yarn install --frozen-lockfile
+      - run: yarn run lint
       - run: yarn run test
       - run: yarn codecov
index a1c48969e940e48cb7bad721ad9897391b5d5b71..4214ad4c2c06964b096e3b05cd4a672ed8dc528b 100644 (file)
@@ -36,7 +36,6 @@
     "test:unit": "jest --coverage",
     "dev": "yarn run test:unit --watchAll",
     "play": "yarn vite",
-    "pretest": "yarn run lint",
     "test": "yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn test:dts"
   },
   "files": [