diff --git a/.github/workflows/firebase-live.yml b/.github/workflows/firebase-live.yml index f8c1b4ea..4c1cc54b 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@v6 with: - node-version: '22.21.0' + node-version: '22' cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index e0f723d7..0d4c84c5 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@v6 with: - node-version: '22.21.0' + node-version: '22' cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66315e40..2f545ebe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '22.21.0' + node-version: '22' cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/refresh-index-chains.yml b/.github/workflows/refresh-index-chains.yml index 2f8d9268..494c49fc 100644 --- a/.github/workflows/refresh-index-chains.yml +++ b/.github/workflows/refresh-index-chains.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '22.21.0' + node-version: '22' cache: 'pnpm' - run: pnpm install diff --git a/renovate.json b/renovate.json index f3faf21a..1124ad64 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "extends": ["config:base"], "packageRules": [ { - "matchPackageNames": ["node", "flexsearch"], + "matchPackageNames": ["node", "flexsearch", "actions/node-versions"], "enabled": false }, {