Skip to content

Commit a2eb6d4

Browse files
committed
chore: remove Node 12 from Actions flow
1 parent 3b5d673 commit a2eb6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [macos-latest, windows-latest, ubuntu-latest]
22-
node-version: [12, 14]
22+
node-version: [14]
2323

2424
steps:
2525
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)