Files
Tony0410 173c02b952
All checks were successful
Build News-reader-pro / build (push) Successful in 1m11s
Update workflow to build News-reader-pro
2025-12-18 15:01:08 +00:00

17 lines
442 B
YAML

name: Build News-reader-pro
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20' # Adjust to your Node.js version
- name: Install dependencies
run: npm install
- name: Build the project
run: npm run build
- name: List build output
run: ls -la dist/