Skip to content

chore(deps-dev): bump elliptic from 6.5.4 to 6.5.7 in /editor #1306

chore(deps-dev): bump elliptic from 6.5.4 to 6.5.7 in /editor

chore(deps-dev): bump elliptic from 6.5.4 to 6.5.7 in /editor #1306

Workflow file for this run

name: Node CI
on:
push: {}
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Build
run: |
npm install
npm run build:site
node build.js --env dev
env:
CI: true