Skip to content

fix: use second timestamp for stat #191

fix: use second timestamp for stat

fix: use second timestamp for stat #191

Workflow file for this run

name: Build Anniw
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: build anniw
run: |
yarn install
yarn build
env:
CI: true
- name: upload dist
uses: actions/upload-artifact@v2
with:
name: anniw-dist
path: dist/