Skip to content

Update renovate.json #54

Update renovate.json

Update renovate.json #54

Workflow file for this run

name: Node CI
on:
pull_request:
push:
branches: [main, master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
- name: npm install, build, and test
run: |
npm i
npm run build --if-present
env:
CI: true
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: |
dist