Skip to content

Commit 6638944

Browse files
committed
workflow: dropped v20 support in favor of v22 and v24
1 parent ea2bda7 commit 6638944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

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

1212
strategy:
1313
matrix:
14-
node-version: [20.x, 22.x]
14+
node-version: [22.x, 24.x]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616

1717
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)