Skip to content

Commit 48592a5

Browse files
Jason PetersonGitHub Enterprise
authored andcommitted
node version 20 is necessary for latest semantic-release (#66)
1 parent d623a08 commit 48592a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: ~> 1.0
77

88
language: node_js
99
node_js:
10-
- 18
10+
- 20
1111

1212
branches:
1313
only:
@@ -54,5 +54,5 @@ deploy:
5454
skip_cleanup: true
5555
script: semantic-release
5656
on:
57-
node: 18
57+
node: 20
5858
branch: main

0 commit comments

Comments
 (0)