Skip to content

Commit c7a18f5

Browse files
Update dependency node to v22
1 parent 217241b commit c7a18f5

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@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@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)