From f64b5a25433ea787fedac7030a7a3ce7a755ada2 Mon Sep 17 00:00:00 2001 From: achoimet <12182686+achoimet@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:37:53 +0200 Subject: [PATCH 1/2] ci: migrate to npm 12 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1706a44..44de8ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: with: node-version: ${{ matrix.node }} cache: 'npm' + - run: npm install -g npm@12 - run: npm ci - run: npm run ci @@ -37,6 +38,7 @@ jobs: node-version: 24 cache: 'npm' registry-url: 'https://registry.npmjs.org' + - run: npm install -g npm@12 - run: npm ci - name: 'snyk monitor' uses: snyk/actions/node@master From 602b493e8564cae000362109a922ab1e963a0cc1 Mon Sep 17 00:00:00 2001 From: achoimet <12182686+achoimet@users.noreply.github.com> Date: Tue, 11 Aug 2026 07:54:47 +0200 Subject: [PATCH 2/2] ci: remove trailing blank line to satisfy prettier --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44de8ea..8f72766 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,4 +108,3 @@ jobs: command: monitor env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} -