Skip to content

Commit 951a872

Browse files
authored
drop old node versions from CI on darwin. no longer supported by github actions (#71)
1 parent ca75494 commit 951a872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
strategy:
3232
matrix:
33-
node-version: [10.x, 12.x, 14.x, 18.x, 20.x]
33+
node-version: [18.x, 20.x]
3434

3535
steps:
3636
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)