Skip to content

Bump typescript from 5.1.3 to 5.2.2 #134

Bump typescript from 5.1.3 to 5.2.2

Bump typescript from 5.1.3 to 5.2.2 #134

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