Skip to content

build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.5.4 #220

build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.5.4

build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.5.4 #220

Workflow file for this run

name: Build And Upload Extension Zip Via Artifact
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
- uses: pnpm/action-setup@v2
- run: pnpm install --frozen-lockfile
- run: pnpm build
- name: Upload Extension Artifact
uses: actions/upload-artifact@v4
with:
name: extension-dist
path: dist/*