From 2b97ece4888489bf66d7a9af091b0e9063767379 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Fri, 13 Jan 2023 12:51:46 -0800 Subject: [PATCH] build(release.yml): set node-version to lts/* --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce03c8a5..e158fcdc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v3 with: cache: npm - node-version: 16 + node-version: lts/* - run: npm ci - run: npx semantic-release env: