Skip to content

Commit c378d0c

Browse files
authored
Merge pull request #47 from mansona/node-eol
breaking: drop support for EOL Node versions
2 parents cc66fec + 79f18f3 commit c378d0c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

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

1414
strategy:
1515
matrix:
16-
node-version: [10.x, 12.x, 14.x]
16+
node-version: [14.x, 16.x, 18.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

test/fixtures/classic-app/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7834,9 +7834,9 @@ wordwrap@~1.0.0:
78347834
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
78357835

78367836
workerpool@^2.3.0:
7837-
version "2.3.3"
7838-
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-2.3.3.tgz#49a70089bd55e890d68cc836a19419451d7c81d7"
7839-
integrity sha512-L1ovlYHp6UObYqElXXpbd214GgbEKDED0d3sj7pRdFXjNkb2+un/AUcCkceHizO0IVI6SOGGncrcjozruCkRgA==
7837+
version "2.3.4"
7838+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-2.3.4.tgz#661335ded59a08c01ca009e30cc96929a7b4b0aa"
7839+
integrity sha512-c2EWrgB9IKHi1jbf4LG9sxKgHYOY+Ej5li6siEGtFecCXWG7eQOqATPEJ0rg1KFETXROEkErc1t5XiNrLG666Q==
78407840
dependencies:
78417841
object-assign "4.1.1"
78427842

0 commit comments

Comments
 (0)