From e3062066c127e0869f36e7311dc644d718bc5c45 Mon Sep 17 00:00:00 2001 From: Lilleman auf Larv Date: Sun, 13 Sep 2026 16:30:58 +0200 Subject: [PATCH] Pin the Node version the lint and release jobs run on --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 67f4a4b..26feaf6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v7.0.0 with: cache: npm - node-version: 24 + node-version: 24.18.0 registry-url: https://registry.npmjs.org - run: npm ci - name: The tag must match the version being published diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 630b1e7..ea831d8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v7.0.0 with: cache: npm - node-version: 24 + node-version: 24.18.0 - run: npm ci - run: npm run lint - run: npm run build