Skip to content

Commit e702652

Browse files
Merge pull request #471 from microsoftgraph/drop-node-18-from-ci
chore: drop Node.js 18 from CI build matrix
2 parents 97a4d5c + 0b7a5e7 commit e702652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
node-version: [18.x, 20.x, 22.x]
24+
node-version: [20.x, 22.x]
2525
# Single version should work for compilation testing
2626

2727
steps:

0 commit comments

Comments
 (0)