Skip to content

Commit 4eb837a

Browse files
chore(deps): update dependency node to v24
1 parent 29ec035 commit 4eb837a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cleanup-on-create.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node.js 20
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 22
24+
node-version: 24
2525
- name: Remove Helper Files
2626
run: |
2727
rm -rf \

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- name: Use Node.js 20
1010
uses: actions/setup-node@v4
1111
with:
12-
node-version: 22
12+
node-version: 24
1313
- run: npm ci
1414
- run: npm run lint

0 commit comments

Comments
 (0)