Skip to content

Commit

Permalink
fix typescript compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Sep 6, 2021
1 parent 2e2d6f4 commit e17f875
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-manager-ci.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
npm install -g yarn
yarn set version berry && yarn set version 2.4.2
echo 'nodeLinker: node_modules >> .yarnrc.yml
echo 'nodeLinker: "node_modules"' >> .yarnrc.yml
# see https://github.com/yarnpkg/berry/issues/2935#issuecomment-911299992
yarn add --dev typescript@~4.3.2
yarn install
Expand Down Expand Up @@ -85,6 +85,7 @@ jobs:
dependencies:
supports-color: "*"
' >> .yarnrc.yml
yarn add --dev typescript@~4.3.2
yarn install
yarn add --dev transport@link:./test/fixtures/transport
env:
Expand Down

0 comments on commit e17f875

Please sign in to comment.