Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit e46b3f7

Browse files
committed
fix(build): ci build error
1 parent 9f89ca7 commit e46b3f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: (Frontend) setup node env
7878
uses: actions/setup-node@v2
7979
with:
80-
node-version: '15.0.1'
80+
node-version: '16.13.0'
8181
- name: (Frontend) Install Packages
8282
working-directory: ./frontend_server
8383
run: yarn

src/containers/digest/ArticleDigest/DesktopView/WorksLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const WorksLayout: FC<TProps> = ({ metric = METRIC.ARTICLE, article, tab }) => {
4545
const { meta, title, desc, upvotesCount } = article
4646

4747
const activeTab = !!tab ? tab : 'story'
48+
// @ts-ignore
4849
const tabItems = reject((t) => t.raw === WORKS_TAB.BASIC, WORKS_TAB_ITEMS)
4950

5051
return (

0 commit comments

Comments
 (0)