Skip to content

[Snyk] Upgrade dayjs from 1.11.6 to 1.11.9 #525

[Snyk] Upgrade dayjs from 1.11.6 to 1.11.9

[Snyk] Upgrade dayjs from 1.11.6 to 1.11.9 #525

Workflow file for this run

# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["14", "16"]
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
- run: yarn
- run: yarn lint
- run: yarn test