diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b240c3a8..d99a9374 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x cache: npm registry-url: https://registry.npmjs.org - run: npm ci --ignore-scripts diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d6f273d..28137584 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x cache: npm - run: npm ci --ignore-scripts - run: npm run lint