Skip to content

Bump @zip.js/zip.js from 2.6.62 to 2.7.43 #343

Bump @zip.js/zip.js from 2.6.62 to 2.7.43

Bump @zip.js/zip.js from 2.6.62 to 2.7.43 #343

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '14'
- run: npm ci
- run: npm run build:prod
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public