Skip to content

Fixed CVE-2020-8203, CVE-2024-23331, CVE-2023-49293, CVE-2023-44270. #28

Fixed CVE-2020-8203, CVE-2024-23331, CVE-2023-49293, CVE-2023-44270.

Fixed CVE-2020-8203, CVE-2024-23331, CVE-2023-49293, CVE-2023-44270. #28

Workflow file for this run

name: NodeJS with Vite
on:
push:
branches: ['master']
pull_request:
branches: ['master']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout ✅
uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }} ⚡
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Build 🔧
run: |
yarn install
yarn build:docs
env:
VITE_GOOGLE_ANALYTICS_ID: UA-33600926-1
VITE_WML_URL: https://logue.dev/sf2synth.js/?soundfont=Yamaha XG Sound Set Ver.2.0.sf2
- name: Deploy to gh-pages 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.