Skip to content

chore: Update @types/node to version 22.5.0 #128

chore: Update @types/node to version 22.5.0

chore: Update @types/node to version 22.5.0 #128

Workflow file for this run

name: Test Build
on:
push:
branches:
- '*'
- '!main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: 'npm i && npm run ionic:build'