From f7a6cf7d3e4183790d80376c65666c998b4c3754 Mon Sep 17 00:00:00 2001 From: Vitaliy Berekchiyan Date: Sat, 18 Nov 2023 14:27:53 +0100 Subject: [PATCH] updated CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cded0c..f548652 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: "npm" - run: npm ci - run: npm run test:coverage @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" - run: npm ci - run: npm run build - run: npm run check-size