Skip to content

chore(deps): bump @types/node from 20.14.11 to 22.1.0 (#503) #1517

chore(deps): bump @types/node from 20.14.11 to 22.1.0 (#503)

chore(deps): bump @types/node from 20.14.11 to 22.1.0 (#503) #1517

Workflow file for this run

name: Can be deployed
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install and Build 🔧
run: |
npm install
npm run build