Skip to content

Create .dependabot.yml #139

Create .dependabot.yml

Create .dependabot.yml #139

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build:ci
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: www
path: |
dist