* (Apollon77) make sure a "null" value in state changes is not crashing

This commit is contained in:
Ingo Fischer
2022-06-17 23:20:26 +02:00
parent 271bd03d14
commit 52d8bddb11
5 changed files with 49 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps: