Skip to content

build(deps): bump preact from 10.28.4 to 10.29.0 (#337) #1165

build(deps): bump preact from 10.28.4 to 10.29.0 (#337)

build(deps): bump preact from 10.28.4 to 10.29.0 (#337) #1165

Workflow file for this run

name: build
on: [push, pull_request]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Build app
run: npm run build
env:
BASE: /${{ github.event.repository.name }}/
- name: Deploy
if: github.ref_name == 'master'
uses: remarkablemark/gitploy-action@v1
with:
directory: dist