Skip to content

Commit f6253f0

Browse files
chore: add Node 18 to 24 to ci.yaml (#45)
* chore: add Node 18 and 20 to ci.yaml * Update .github/workflows/ci.yaml --------- Co-authored-by: Wes Todd <[email protected]>
1 parent 1809a54 commit f6253f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: [10, 12, 14]
13+
node: [10, 12, 14, 18, 20, 22, 24]
1414
steps:
1515
- uses: actions/checkout@v1
1616
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)