diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68d1687..85acd29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 22.22.0 + node-version: 24.14.0 cache: npm - run: npm ci - run: npx tsc --noEmit @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22.22.0 + node-version: 24.14.0 cache: npm - run: npm ci diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e6f4a88..4df6a02 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 22.22.0 + node-version: 24.14.0 cache: npm - run: npm ci - run: npm run build diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 6358d01..165146f 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 22.22.0 + node-version: 24.14.0 cache: npm - name: Get current version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86c2954..71b8665 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 22.22.0 + node-version: 24.14.0 cache: npm - run: npm ci - run: npm run build diff --git a/.github/workflows/stable-release.yml b/.github/workflows/stable-release.yml index 337cb15..e4973bd 100644 --- a/.github/workflows/stable-release.yml +++ b/.github/workflows/stable-release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 22.22.0 + node-version: 24.14.0 cache: npm - name: Validate version format