Skip to content

Commit 003b93b

Browse files
committed
chore: remove node 12
1 parent b993194 commit 003b93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [windows-latest, ubuntu-latest, macos-latest]
30-
node: [12, 14]
30+
node: [14]
3131
fail-fast: true
3232
steps:
3333
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)