From 22b41a64b9f7cf4c943d9588d0b5bae8f47bd9f6 Mon Sep 17 00:00:00 2001 From: Viljami Date: Sat, 14 Jan 2023 10:53:26 +0100 Subject: [PATCH] Downgrade to node 16 in pipeline --- .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 6a5511f..d69d973 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '18' + node-version: '16' - run: npm ci - run: npm run lint - run: npm test @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v2 with: registry-url: https://registry.npmjs.org/ - node-version: '18' + node-version: '16' - run: npm ci - run: npx lerna publish from-package --yes env: