Skip to content

chore(deps-dev): bump cipher-base from 1.0.4 to 1.0.7 #15

chore(deps-dev): bump cipher-base from 1.0.4 to 1.0.7

chore(deps-dev): bump cipher-base from 1.0.4 to 1.0.7 #15

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Lint (ESLint)
run: npm run eslint
- name: Lint (stylelint)
run: npm run stylelint
- name: Build
run: npm run build:zip
env:
NODE_ENV: production
VERSION: dev
- name: Verify build output
run: |
chmod +x scripts/verify-files.sh
scripts/verify-files.sh
env:
VERSION: dev