Skip to content

fix: fix node version and publish ext to marketplace #16

fix: fix node version and publish ext to marketplace

fix: fix node version and publish ext to marketplace #16

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22
- name: Install dependencies
run: npm ci --cache ../.npm --prefer-offline
- name: Run Linting
run: npm run lint