Merge branch 'LucidCreationsMedia:main' into main

This commit is contained in:
Lucid Kobold
2021-08-16 08:08:18 -05:00
committed by GitHub

View File

@@ -4,15 +4,19 @@
name: Node.js CI name: Node.js CI
on: on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push: push:
branches: [ main ] branches:
- main
pull_request: pull_request:
branches: [ main ] branches:
- main
jobs: jobs:
build: build:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix: