Skip to content

chore(deps-dev): bump eslint-plugin-react from 7.34.3 to 7.35.0 (#1112) #333

chore(deps-dev): bump eslint-plugin-react from 7.34.3 to 7.35.0 (#1112)

chore(deps-dev): bump eslint-plugin-react from 7.34.3 to 7.35.0 (#1112) #333

Workflow file for this run

name: Package VSIX
on:
workflow_dispatch:
push:
branches:
- main
jobs:
package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npx @vscode/vsce package
- uses: actions/upload-artifact@v4
with:
path: ./*.vsix
retention-days: 5