Skip to content

Merge branch 'main' of https://github.com/node-projects/slider.webcom… #19

Merge branch 'main' of https://github.com/node-projects/slider.webcom…

Merge branch 'main' of https://github.com/node-projects/slider.webcom… #19

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build 🔧
run: npm ci && npm run build