Skip to content

⬆️ Bump dayjs from 1.10.4 to 1.11.12 #319

⬆️ Bump dayjs from 1.10.4 to 1.11.12

⬆️ Bump dayjs from 1.10.4 to 1.11.12 #319

Workflow file for this run

name: Test CI
on:
push:
branches-ignore:
- master
jobs:
release:
name: Build and test
runs-on: ubuntu-18.04
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Build TypeScript
run: npm run build