Add node 18, 20, and 22 to node matrix on cicd pipeline (#510)

Add node 18, 20, and 22 to node matrix on cicd pipeline
This commit is contained in:
Milos Stojanovic
2024-12-12 11:44:49 +01:00
committed by GitHub
parent 61d44cf856
commit f757fcdec2

View File

@@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [12.x, 14.x, 16.x] node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
steps: steps:
- name: Checkout - name: Checkout