Skip to content

⬆️ [Update npm]: Bump @glidejs/glide from 3.6.1 to 3.6.2 #742

⬆️ [Update npm]: Bump @glidejs/glide from 3.6.1 to 3.6.2

⬆️ [Update npm]: Bump @glidejs/glide from 3.6.1 to 3.6.2 #742

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Build - Develop
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build