Skip to content

Commit e138529

Browse files
chore(deps): update dependency node to ^22.17.1 (#212)
* chore(deps): update dependency node to ^22.17.1 * Remove wrong renovate ignore --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuel Tesař <e.tesarr@gmail.com>
1 parent 9add18f commit e138529

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/firebase-live.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '^22.0.0'
19+
node-version: '^22.17.1'
2020
cache: 'pnpm'
2121

2222
- run: pnpm install

.github/workflows/firebase-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '^22.0.0'
19+
node-version: '^22.17.1'
2020
cache: 'pnpm'
2121

2222
- run: pnpm install

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '^22.0.0'
24+
node-version: '^22.17.1'
2525
cache: 'pnpm'
2626

2727
- run: pnpm install

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extends": ["config:base"],
44
"packageRules": [
55
{
6-
"matchPackageNames": ["node", "github-tags"],
6+
"matchPackageNames": ["node"],
77
"enabled": false
88
},
99
{

0 commit comments

Comments
 (0)