From 0d43d30acab1b2687b5d03ab5f99a08eacd52c8e Mon Sep 17 00:00:00 2001 From: Taha Cherfia Date: Thu, 9 Jan 2025 12:24:25 +0100 Subject: [PATCH] ci: update build and publish workflows --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b61f1f4d..dcaec342 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "22" registry-url: "https://registry.npmjs.org" - name: Install commitlint run: yarn add conventional-changelog-conventionalcommits commitlint@latest diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0e8f1b74..77168669 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "22" registry-url: "https://registry.npmjs.org" - name: Install dependencies run: yarn install --frozen-lockfile