Skip to content

Commit 8b388d1

Browse files
committed
Remove Node.js 14 from CI pipelines
1 parent 340eb3a commit 8b388d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
node: [14, 16, 18, 20, 22]
37+
node: [16, 18, 20, 22, 24]
3838
steps:
3939
- name: Checkout repository
4040
uses: actions/checkout@v5

0 commit comments

Comments
 (0)