We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340eb3a commit 8b388d1Copy full SHA for 8b388d1
1 file changed
.github/workflows/CI-pipeline.yml
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
strategy:
36
matrix:
37
- node: [14, 16, 18, 20, 22]
+ node: [16, 18, 20, 22, 24]
38
steps:
39
- name: Checkout repository
40
uses: actions/checkout@v5
0 commit comments