From eb577419f1ff4febcd212e6528a21afb30ea6b64 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Wed, 3 Jun 2026 15:14:30 +0100 Subject: [PATCH 1/4] Widen Node versions to test against --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b555466..a128694 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x, 24.x, 26.x] steps: - uses: actions/checkout@v1 @@ -23,4 +23,4 @@ jobs: - run: npm install - run: npm run build --if-present - run: npm run lint-test - - run: npm test \ No newline at end of file + - run: npm test From 5f58b280125dbc60119bc6449edf5740284a5924 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:03:27 +0100 Subject: [PATCH 2/4] Update test.yaml --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a128694..6537c6f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,6 +21,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm install + - run: npm ls cyberchef - run: npm run build --if-present - run: npm run lint-test - run: npm test From ffc788546fe2a1b4863a9b72bfdd6dce68328623 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:05:57 +0100 Subject: [PATCH 3/4] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6537c6f..db70ab7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x, 24.x, 26.x] + node-version: [18.x, 20.x, 24.x, 26.x] steps: - uses: actions/checkout@v1 From 7564cc4a947adde9ee168e779a1b4d759749c801 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:10:21 +0100 Subject: [PATCH 4/4] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index db70ab7..46c7358 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 24.x, 26.x] + node-version: [18.x, 20.x, 24.x] steps: - uses: actions/checkout@v1