Skip to content

fix: use timestamp to get latest data #405

fix: use timestamp to get latest data

fix: use timestamp to get latest data #405

Workflow file for this run

name: Code Test
on:
push:
pull_request:
workflow_dispatch:
env:
CI: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 16
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint:check
- name: Build
run: yarn build