Skip to content

Commit

Permalink
lock chai and @types/chai for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed May 5, 2024
1 parent a9dbd8a commit dd251ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
mv everything-json-${{ github.event.inputs.version }}/test .
- name: Install dependencies
run: |
npm i chai chai-spies chai-as-promised mocha typescript ts-node tsconfig-paths @types/chai @types/chai-as-promised @types/mocha @types/node @types/geojson piscina
npm i chai@4.4.1 chai-spies chai-as-promised mocha typescript ts-node tsconfig-paths @types/chai@4.3.11 @types/chai-as-promised @types/mocha @types/node @types/geojson piscina
- name: Install everything-json from npm
run: npm install --force everything-json@${{ github.event.inputs.version }}
shell: bash
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
mv everything-json-${{ github.event.inputs.version }}/test .
- name: Install dependencies
run: |
npm i chai chai-spies chai-as-promised mocha typescript ts-node tsconfig-paths @types/chai @types/chai-as-promised @types/mocha @types/node @types/geojson piscina
npm i chai@4.4.1 chai-spies chai-as-promised mocha typescript ts-node tsconfig-paths @types/chai@4.3.11 @types/chai-as-promised @types/mocha @types/node @types/geojson piscina
- name: Install everything-json from npm
run: |
[[ '${{ matrix.platform }}' =~ 'windows' ]] && subst M: `pwd` && cd M:/
Expand Down

0 comments on commit dd251ad

Please sign in to comment.