Skip to content

Bump store2 from 2.14.2 to 2.14.4 #1496

Bump store2 from 2.14.2 to 2.14.4

Bump store2 from 2.14.2 to 2.14.4 #1496

Workflow file for this run

name: Lint & format
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run fmt:check