Skip to content

Commit

Permalink
run node 14 in ci (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez authored Jun 17, 2023
1 parent c7e2bd5 commit fc0dfc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
tests:
strategy:
matrix:
node: ['16.14.0', '18', '20']
node: ['14.18.0', '16', '18', '20']
os: ['ubuntu']
include:
- os: macos
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
auto-install-peers=true
link-workspace-packages=false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"engines": {
"node": ">=14.18.0",
"pnpm": ">=8.6.0"
"pnpm": ">=7.33.1"
},
"scripts": {
"build": "nx run-many --target=build --exclude='@react-docgen-internal/*'",
Expand Down Expand Up @@ -36,5 +36,5 @@
"typescript": "5.1.3",
"vitest": "0.32.2"
},
"packageManager": "pnpm@8.6.2"
"packageManager": "pnpm@7.33.1"
}

0 comments on commit fc0dfc0

Please sign in to comment.