Skip to content

Bump @types/node from 18.11.9 to 22.5.5 #499

Bump @types/node from 18.11.9 to 22.5.5

Bump @types/node from 18.11.9 to 22.5.5 #499

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies with YARN
run: yarn install
- name: Build the app
run: yarn run build