Skip to content

Commit

Permalink
chore: set primary node version and yarn v1 package manager (#7380)
Browse files Browse the repository at this point in the history
* chore: set primary node version and yarn v1 package manager

* chore: replace volta with engines
  • Loading branch information
JamesHenry authored Nov 22, 2023
1 parent c408acd commit 04a6a69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ jobs:
- name: rxjs dtslint
run: yarn workspace rxjs dtslint
- name: rxjs test:import
if: ${{ matrix.node == '18' || matrix.node == '20' }}
run: yarn workspace rxjs test:import
- name: rxjs test:esm
if: ${{ matrix.node == '18' || matrix.node == '20' }}
run: yarn workspace rxjs test:esm
- name: rxjs.dev build
run: yarn workspace rxjs.dev build --prod
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
]
},
"license": "Apache-2.0",
"engines": {
"node": "^18.13.0 || ^20.9.0"
},
"packageManager": "yarn@1.22.21",
"dependencies": {},
"devDependencies": {
"lerna": "^7.3.0"
Expand Down

0 comments on commit 04a6a69

Please sign in to comment.