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