From 9ce30c02c1e1ab0fbc5c0e5507bd8cc9d09484b6 Mon Sep 17 00:00:00 2001 From: Etienne Stalmans Date: Wed, 3 Dec 2025 19:15:57 +0100 Subject: [PATCH] feat: bump ci --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 535d009e..71bc8f6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: jobs: semantic-release: name: Release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: new-release-published: ${{ steps.semantic-release.outputs.new_release_published }} new-release-version: ${{ steps.semantic-release.outputs.new_release_version }} @@ -23,6 +23,9 @@ jobs: with: node-version-file: '.nvmrc' + - name: Update npm + run: npm install -g npm@latest + - run: | npm clean-install npm run build