Skip to content

Commit 89f9d2d

Browse files
committed
feat: upgraded
1 parent a0c8c64 commit 89f9d2d

File tree

1,807 files changed

+20792
-26709
lines changed

Some content is hidden

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

1,807 files changed

+20792
-26709
lines changed

.github/workflows/checks.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ jobs:
1212
uses: actions/checkout@v2
1313

1414
- name: Setup Node.js
15-
uses: actions/setup-node@v2-beta
15+
uses: actions/setup-node@v2
1616
with:
17-
node-version: '14.10'
17+
node-version: '16.13'
1818

1919
- name: Install
2020
run: yarn install
21+
env:
22+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
2123

2224
- name: Lint
2325
run: yarn checks lint

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
ref: master
1616

1717
- name: Setup Node
18-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v2
1919
with:
20-
node-version: '14.10'
20+
node-version: '16.13'
2121

2222
- name: Install
2323
run: yarn install

.github/workflows/version.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ jobs:
1818
ref: master
1919

2020
- name: Setup Node
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v2
2222
with:
23-
node-version: '14.10'
23+
node-version: '16.13'
2424

2525
- name: Install
2626
run: yarn install
27+
env:
28+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
2729

2830
- name: Version
2931
run: yarn workspaces changed foreach --no-private --verbose version patch --deferred

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ node_modules
4444
dist/
4545
*.iml
4646
*.idea
47+
48+
# next.js output
49+
.next

.pnp.cjs

Lines changed: 16264 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pnp.js

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

.pnp.loader.mjs

Lines changed: 266 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)