Skip to content

Update Node version in CI workflow #108

Update Node version in CI workflow

Update Node version in CI workflow #108

Workflow file for this run

name: JS
on: [push]
jobs:
ci:
name: JS
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: '22'
- uses: actions/checkout@v3
- run: yarn install
- run: yarn run lint