Skip to content

Commit fc0dfc0

Browse files
authored
run node 14 in ci (#808)
1 parent c7e2bd5 commit fc0dfc0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
tests:
1717
strategy:
1818
matrix:
19-
node: ['16.14.0', '18', '20']
19+
node: ['14.18.0', '16', '18', '20']
2020
os: ['ubuntu']
2121
include:
2222
- os: macos

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
auto-install-peers=true
12
link-workspace-packages=false

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"engines": {
44
"node": ">=14.18.0",
5-
"pnpm": ">=8.6.0"
5+
"pnpm": ">=7.33.1"
66
},
77
"scripts": {
88
"build": "nx run-many --target=build --exclude='@react-docgen-internal/*'",
@@ -36,5 +36,5 @@
3636
"typescript": "5.1.3",
3737
"vitest": "0.32.2"
3838
},
39-
"packageManager": "pnpm@8.6.2"
39+
"packageManager": "pnpm@7.33.1"
4040
}

0 commit comments

Comments
 (0)