Skip to content

Merge pull request #48 from emmanz1995/dependabot/npm_and_yarn/twitte… #117

Merge pull request #48 from emmanz1995/dependabot/npm_and_yarn/twitte…

Merge pull request #48 from emmanz1995/dependabot/npm_and_yarn/twitte… #117

Workflow file for this run

name: TwitterVerse Actions
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
deployment_pipeline:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm install
- name: Build project
run: npm run build