Skip to content

Commit 906dd70

Browse files
authored
Remove all Yarn cache and use node modules resolution algorithm (#84)
* Switch to node modules resolution algorithm (yarn) Re-download all dependencies. Ignore yarn cache. Update `@types/node`. * Enable `skipLibCheck`. * Remove `pnp-webpack-plugin` package * Try to use Node.js 16 version on CI * Remove all Yarn cache from git
1 parent 3210fd4 commit 906dd70

File tree

967 files changed

+745
-25074
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

967 files changed

+745
-25074
lines changed

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
14+
- uses: actions/setup-node@v3
15+
with:
16+
node-version: 16
1417
- run: yarn
1518
- run: yarn build
1619
- run: yarn test

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ yarn-error.log
77
/.changelog
88

99
.yarn/*
10-
!.yarn/cache
10+
.yarn/cache
1111
!.yarn/releases
1212
!.yarn/plugins
1313
!.yarn/sdks

.pnp.cjs

Lines changed: 0 additions & 21574 deletions
This file was deleted.

0 commit comments

Comments
 (0)