Skip to content

Commit 11a128a

Browse files
chore(deps): update dependency node to v22.15.0 (#189)
* chore(deps): update dependency node to v22.15.0 * Add to link validator --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuel Tesař <e.tesarr@gmail.com>
1 parent a52adde commit 11a128a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-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.14.0'
19+
node-version: '22.15.0'
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.14.0'
19+
node-version: '22.15.0'
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.14.0'
24+
node-version: '22.15.0'
2525
cache: 'pnpm'
2626

2727
- run: pnpm install

libs/link-validator-ignore.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"https://oev.rpc.api3.org",
77
"https://orbitlending.io/",
88
"https://www.coinbase.com/blog/introducing-the-coinbase-price-oracle",
9-
"https://x.com"
9+
"https://x.com",
10+
"https://blastscan.io/address/0x5b0cf2b36a65a6BB085D501B971e4c102B9Cd473#readProxyContract#F17"
1011
]

0 commit comments

Comments
 (0)