Skip to content

Commit 2d3398e

Browse files
ci: Update node matrix generation
1 parent 60b1913 commit 2d3398e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id: generate-matrix
1414
run: |
1515
sudo apt-get install -y lynx
16-
lynx -dump https://endoflife.date/nodejs | grep -E -o '[0-9]+ \(LTS\)' | grep -E -o '([0-9]+)' > eol.list
16+
lynx -dump https://endoflife.date/nodejs | grep -E -o '[0-9]+[( a-zA-Z]+LTS\)' | grep -E -o '([0-9]+)' > eol.list
1717
cat eol.list
1818
lts1=$(cat eol.list | head -1)
1919
lts2=$(cat eol.list | head -2 | tail -1)

0 commit comments

Comments
 (0)