Skip to content

Commit 2177e9c

Browse files
authored
fix: Updated build versions
1 parent a32f429 commit 2177e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# Follow current releases https://nodejs.org/en/about/releases/
19-
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
19+
node-version: [14.x, 16.x, 18.x, 19.x]
2020

2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)