Skip to content

Commit eae214e

Browse files
committed
chore: Add notes to CI
Signed-off-by: Jefferson <[email protected]>
1 parent ac19a30 commit eae214e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,11 @@ jobs:
116116
- runtime: nsolid
117117
nsolid-version: 5
118118
exclude:
119+
# excludes node 14 on Windows
119120
- os: windows-latest
120121
runtime: node
121122
node-version: 14
123+
# Nsolid 5 does not support Node.js 14, 16
122124
- runtime: nsolid
123125
node-version: 14
124126
- runtime: nsolid

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ jobs:
2727
node-version: [16, 18, 20]
2828
os: [ubuntu-latest]
2929
pnpm-version: [8]
30+
# pnpm@8 does not support Node.js 14 so include it separately
3031
include:
3132
- runtime: nsolid
3233
nsolid-version: 5
3334
- runtime: node
3435
node-version: 14
3536
os: ubuntu-latest
3637
pnpm-version: 7
38+
# Nsolid 5 does not support Node.js 14, 16
3739
exclude:
3840
- runtime: nsolid
3941
node-version: 16

0 commit comments

Comments
 (0)