From 4307ac3d52d337bd358cb48352470a017ec1ae9f Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 2 Aug 2021 11:05:11 +0200 Subject: [PATCH] ci: adapt scripts --- .github/workflows/test.yml | 3 ++- package.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abf10101..5e42ee9c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/package.json b/package.json index a1c48969..4214ad4c 100644 --- a/package.json +++ b/package.json @@ -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": [ -- 2.47.2