From cb7d13edb12e11938f41593c4abef9ddaf94acfa Mon Sep 17 00:00:00 2001 From: mashal-m Date: Fri, 24 Feb 2023 22:50:37 +0500 Subject: [PATCH] refactor: add node support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a4cbc5..4550580 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: [16, 18] - run: npm ci - run: npx semantic-release --dry-run id: get-next-version