Skip to content

Commit ea87b86

Browse files
authored
Merge pull request #79 from ssvlabs/renovate/node-22.x
Update dependency node to v22
2 parents 433ef9c + c7a18f5 commit ea87b86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Node.js
1212
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
1313
with:
14-
node-version: '20'
14+
node-version: '22'
1515

1616
- name: Install dependencies
1717
run: npm install

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
1818
with:
19-
node-version: '20'
19+
node-version: '22'
2020

2121
- name: Install dependencies
2222
run: npm install

0 commit comments

Comments
 (0)