Skip to content

chore(deps-dev): bump eslint-plugin-react from 7.33.2 to 7.34.4 #167

chore(deps-dev): bump eslint-plugin-react from 7.33.2 to 7.34.4

chore(deps-dev): bump eslint-plugin-react from 7.33.2 to 7.34.4 #167

Workflow file for this run

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