Skip to content

Commit

Permalink
🐐 🔵
Browse files Browse the repository at this point in the history
  • Loading branch information
franceking1 authored Jul 5, 2024
1 parent e96cde0 commit 5f6b595
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1 @@
name: Node.js CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install -g pm2 && npm i --legacy-peer-deps

- name: Start application
run: npm run franceking

0 comments on commit 5f6b595

Please sign in to comment.