Skip to content

Commit 6fd2304

Browse files
committed
Use latest, supported versions of nodejs in github actions
1 parent a9fefdf commit 6fd2304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: [14, 16, 18]
13+
node: [18, 20, 22]
1414
services:
1515
mysql:
1616
image: mysql:5.7

0 commit comments

Comments
 (0)