Remove not supported versions

This commit is contained in:
Sander Declerck 2025-09-16 12:52:06 +02:00
parent 08750272ba
commit 31c6e279df
No known key found for this signature in database

View file

@ -84,11 +84,6 @@ jobs:
npm_version: "8.0.0"
yarn_version: "3.6.0"
pnpm_version: "8.0.0"
# EOL compatibility testing - Node 14 (EOL April 2023)
- node_version: "14"
npm_version: "7.0.0"
yarn_version: "3.2.4"
pnpm_version: "7.33.7"
steps:
- name: Checkout code