Skip to content

Revert "chore: upgrade Node.js version and other packages" #1

Revert "chore: upgrade Node.js version and other packages"

Revert "chore: upgrade Node.js version and other packages" #1

Workflow file for this run

name: CI & CD
on:
push:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install & Lint
run: |
npm install
npm run lint