mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-13 01:26:42 +00:00
CI: test all Node.js version even if some fail
This commit is contained in:
parent
6d477ea509
commit
b3574d6b3e
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
|
|
||||||
node:
|
node:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false # if tests for one version fail, continue with the rest
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [16.x, 18.x, '20.x']
|
node-version: [16.x, 18.x, '20.x']
|
||||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user