Skip to content

Commit 565ba71

Browse files
author
Brad Cordeiro
committed
super cool how the github actions template adds node 20 as a version to test even though it isn't supported
1 parent 84265f2 commit 565ba71

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x, 20.x, 22.x]
20-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
19+
node-version: [20.x, 24.x]
2120

2221
steps:
2322
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)