Skip to content

Commit 387afc5

Browse files
authored
Merge pull request #459 from abraham/node
Drop node 12, add node 18
2 parents cbc4bf9 + 93b1ba1 commit 387afc5

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
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
node: [12, 14, 16]
9+
node: [14, 16, 18]
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)