Merge pull request #412 from AikidoSec/feat/test-matrix

This commit is contained in:
bitterpanda 2026-04-13 16:48:52 +02:00 committed by GitHub
commit 83f9f378f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,11 +93,6 @@ jobs:
npm_version: "latest"
yarn_version: "latest"
pnpm_version: "latest"
# EOL compatibility testing - Node 16 (EOL Sept 2023)
- node_version: "16"
npm_version: "8.0.0"
yarn_version: "1.22.0"
pnpm_version: "8.0.0"
steps:
- name: Checkout code