Skip to content

deps: update wabac.js to 2.27.2 #1192

deps: update wabac.js to 2.27.2

deps: update wabac.js to 2.27.2 #1192

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up corepack
run: corepack enable yarn
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'yarn'
- name: Yarn Install
run: yarn install --immutable
- name: Yarn Lint
run: yarn lint