Skip to content

Commit e6cb3df

Browse files
Update dependency node to v24
1 parent fd33065 commit e6cb3df

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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1313
with:
14-
node-version: '22'
14+
node-version: '24'
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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1818
with:
19-
node-version: '22'
19+
node-version: '24'
2020

2121
- name: Install dependencies
2222
run: npm install

0 commit comments

Comments
 (0)