Skip to content

Commit fafa65d

Browse files
committed
chore: upadte
1 parent e036501 commit fafa65d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
node-version: [18]
24+
node-version: [24]
2525

2626
# Steps represent a sequence of tasks that will be executed as part of the job
2727
steps:

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: windows-latest
2121
strategy:
2222
matrix:
23-
node-version: [18]
23+
node-version: [24]
2424
steps:
2525
- name: Git config
2626
shell: bash

0 commit comments

Comments
 (0)