Skip to content

Commit

Permalink
Manually update dependency rimraf to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gremo committed Feb 28, 2023
1 parent 3c2579a commit b2c217c
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 16 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ jobs:
if: startsWith(matrix.node-version, '10')
run: npm install jest@^26 ts-jest@^26 @types/jest@^26

# rimraf 4.x does not support node below 14.x
- name: Install rimraf
if: >-
startsWith(matrix.node-version, '8') ||
startsWith(matrix.node-version, '10') ||
startsWith(matrix.node-version, '12')
run: npm install rimraf@^3

- name: Test
run: npm test

Expand Down
79 changes: 64 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint": "8.35.0",
"jest": "28.1.3",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rimraf": "4.1.2",
"rxjs": "7.8.0",
"source-map-support": "0.5.21",
"ts-jest": "28.0.8",
Expand Down

0 comments on commit b2c217c

Please sign in to comment.