Skip to content

Commit

Permalink
chore(renovate): manage nodejs version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor committed Feb 25, 2025
1 parent 2d564a3 commit a39ea1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
# renovate: datasource=node-version depName=node
NODE_VERSION: 22.14.0

jobs:
prettier:
runs-on: ubuntu-24.04
Expand All @@ -21,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22.14.0
node-version: ${{ env.NODE_VERSION }}
cache: pnpm

- name: Install dev dependencies
Expand Down
4 changes: 0 additions & 4 deletions renovate.json

This file was deleted.

4 changes: 4 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:recommended", "customManagers:githubActionsVersions"],
}

0 comments on commit a39ea1d

Please sign in to comment.