mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Test 2 old node versions as well
This commit is contained in:
parent
44c3bacae4
commit
08750272ba
1 changed files with 10 additions and 0 deletions
10
.github/workflows/test-on-pr.yml
vendored
10
.github/workflows/test-on-pr.yml
vendored
|
|
@ -79,6 +79,16 @@ jobs:
|
||||||
npm_version: "latest"
|
npm_version: "latest"
|
||||||
yarn_version: "latest"
|
yarn_version: "latest"
|
||||||
pnpm_version: "latest"
|
pnpm_version: "latest"
|
||||||
|
# EOL compatibility testing - Node 16 (EOL Sept 2023)
|
||||||
|
- node_version: "16"
|
||||||
|
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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue