Skip to content

feat(ci cd): changed node version #7

feat(ci cd): changed node version

feat(ci cd): changed node version #7

name: Check TypeScript and ESLint
on:
push:
branches:
- feat/CI-CD
pull_request:
branches:
- feat/CI-CD
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
node-version: 18
- name: Install dependencies
run: yarn install
working-directory: ./template
- name: Run ESLint
run: yarn lint
working-directory: ./template
# - name: Run TypeScript
# run: yarn typescript
# working-directory: ./template