diff --git a/.github/workflows/firebase-live.yml b/.github/workflows/firebase-live.yml index acdaa316..801f7375 100644 --- a/.github/workflows/firebase-live.yml +++ b/.github/workflows/firebase-live.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '^22.0.0' + node-version: '^22.17.1' cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index b4c95e49..4e45b16a 100644 --- a/.github/workflows/firebase-preview.yml +++ b/.github/workflows/firebase-preview.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '^22.0.0' + node-version: '^22.17.1' cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf6d8c03..2330c957 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '^22.0.0' + node-version: '^22.17.1' cache: 'pnpm' - run: pnpm install diff --git a/renovate.json b/renovate.json index 32aca412..f73c803e 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "extends": ["config:base"], "packageRules": [ { - "matchPackageNames": ["node", "github-tags"], + "matchPackageNames": ["node"], "enabled": false }, {