Skip to content

Update node and fix lock file #34

Update node and fix lock file

Update node and fix lock file #34

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
- '!main'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
- name: Installing packages
run: npm ci
- name: Lint
run: npm run lint