Skip to content

chore(deps): bump actions/setup-node from 3 to 4 in /.github/workflows #1088

chore(deps): bump actions/setup-node from 3 to 4 in /.github/workflows

chore(deps): bump actions/setup-node from 3 to 4 in /.github/workflows #1088

Workflow file for this run

name: lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@master
with:
node-version: '18'
- name: Checkout Code
uses: actions/checkout@v4
- name: Run Linter
run: |
npm ci
npm run lint