Skip to content

Commit 2f0f22a

Browse files
committed
chore: update renovate
1 parent 806c7ac commit 2f0f22a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/renovate.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@
1010
"enabled": false,
1111
},
1212
],
13+
"ignoreDeps": [
14+
"node",
15+
],
1316
}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set node version to 22
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: 22.20.0
22+
node-version: 22
2323
cache: "pnpm"
2424

2525
- run: pnpm install

0 commit comments

Comments
 (0)