Skip to content

Commit d240abb

Browse files
committed
Drop node 12, add node 18
1 parent 1a572d2 commit d240abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node: [12, 14, 16]
13+
node: [14, 16, 18]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)