Skip to content

Commit 2b59d48

Browse files
chore(deps): update dependency node from v22.21.1 to v22.22.0 (#489)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8bd0f2d commit 2b59d48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 22.21.1
16+
node-version: 22.22.0
1717
- name: Cache node modules
1818
id: cache-npm
1919
uses: actions/cache@v4

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 22.21.1
14+
node-version: 22.22.0
1515
- name: Cache node modules
1616
id: cache-npm
1717
uses: actions/cache@v4

0 commit comments

Comments
 (0)