Skip to content

Update node version in CI and in README (#21) #112

Update node version in CI and in README (#21)

Update node version in CI and in README (#21) #112

Workflow file for this run

name: Lint
env:
NODE_VERSION: 20
on:
pull_request:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
- run: npm ci
- run: npm ls --depth=0
- uses: ./
with:
extensions: 'js,ts'
ignore-patterns: dist/