Skip to content

hxd/Window: try to update for the full patch #9

hxd/Window: try to update for the full patch

hxd/Window: try to update for the full patch #9

Workflow file for this run

# DO NOT EDIT. Generated from scripts/github-action
name: js
on: [push,pull_request]
jobs:
js:
timeout-minutes: 26
#needs: setup
strategy:
fail-fast: false
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
continue-on-error: true
- uses: actions/setup-node@v4
with:
node-version: 23
- name: Install lix
run: npm i lix -g
- name: Run lix
run: npx lix download
- name: test
run: haxe --run Make test js