Skip to content

chore(ci): update dependent actions in workflows #17

chore(ci): update dependent actions in workflows

chore(ci): update dependent actions in workflows #17

Workflow file for this run

name: 'Build'
on:
pull_request:
push:
branches-ignore:
- master
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run package
- uses: actions/upload-artifact@v4
with:
name: dist
path: ./dist/