Skip to content

[js] work-in-progress JS version test #19

[js] work-in-progress JS version test

[js] work-in-progress JS version test #19

Workflow file for this run

name: Javascript
on:
push:
branches:
- master
paths:
- 'js/**'
- '.github/workflows/js.yml'
pull_request:
paths:
- 'js/**'
- '.github/workflows/js.yml'
workflow_dispatch:
jobs:
common:
name: Common
uses: ./.github/workflows/common.yml
with:
workdir: js
format-pkgs: nodejs libsdl2-dev
build-pkgs: nodejs libsdl2-dev libc-bin
cache-paths: |
js/node_modules
cache-file: '**/package-lock.json'