Skip to content

build(deps-dev): bump jws from 3.2.2 to 3.2.3 #23

build(deps-dev): bump jws from 3.2.2 to 3.2.3

build(deps-dev): bump jws from 3.2.2 to 3.2.3 #23

Workflow file for this run

name: VSCE CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 22
- run: npm ci
- run: npm run build --if-present
- run: npm test --if-present
env:
CI: true