Skip to content

chore: bump @ts-defold/types from 1.2.47 to 1.2.49 #29

chore: bump @ts-defold/types from 1.2.47 to 1.2.49

chore: bump @ts-defold/types from 1.2.47 to 1.2.49 #29

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
schedule:
- cron: "0 2 2 */4 *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "yarn"
- run: yarn install
- run: yarn run ci