Skip to content

Commit a8d6917

Browse files
chore(deps): update dependency node to v24
1 parent 92f9c04 commit a8d6917

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: 20
12+
node-version: 24
1313
- run: npm ci
1414
- run: npm run lint

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18
19+
node-version: 24
2020

2121
- name: Install dependencies
2222
run: npm install

0 commit comments

Comments
 (0)