This commit is contained in:
Sander Declerck 2026-05-22 16:55:00 +08:00 committed by GitHub
commit fcb0f69631
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 7 deletions

View file

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