Skip to content

update node-version variable to use 22 instead of 16(?) #30

update node-version variable to use 22 instead of 16(?)

update node-version variable to use 22 instead of 16(?) #30

Workflow file for this run

on:
push:
branches:
- 'main'
- 'dev'
- 'tests'
name: eslint
jobs:
eslint:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js and Yarn
uses: actions/setup-node@v3
with:
node-version: '22'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Run ESLint
run: npx eslint .