File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,6 +118,22 @@ jobs:
118118 run : cd end-to-end && npx jest
119119 shell : bash
120120
121+ - name : " node 16"
122+ uses : actions/setup-node@v6
123+ with :
124+ node-version : 16
125+ - name : run tests (node 16)
126+ run : cd end-to-end && npx jest
127+ shell : bash
128+
129+ - name : " node 18"
130+ uses : actions/setup-node@v6
131+ with :
132+ node-version : 18
133+ - name : run tests (node 18)
134+ run : cd end-to-end && npx jest
135+ shell : bash
136+
121137 - name : " node 20"
122138 uses : actions/setup-node@v6
123139 with :
@@ -126,6 +142,14 @@ jobs:
126142 run : cd end-to-end && npx jest
127143 shell : bash
128144
145+ - name : " node 22"
146+ uses : actions/setup-node@v6
147+ with :
148+ node-version : 22
149+ - name : run tests (node 22)
150+ run : cd end-to-end && npx jest
151+ shell : bash
152+
129153 - name : " node 24"
130154 uses : actions/setup-node@v6
131155 with :
You can’t perform that action at this time.
0 commit comments