Skip to content

Commit 8a0ac90

Browse files
authored
ci: use node 24
1 parent cb9e2cb commit 8a0ac90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ on:
44
push:
55
branches: [develop]
66
workflow_dispatch:
7-
branches: [develop]
87

98
env:
109
FORCE_COLOR: true
11-
NODE_VERSION: 18
10+
NODE_VERSION: 24
1211

1312
jobs:
1413
setup:

0 commit comments

Comments
 (0)