1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 02:30:53 +00:00

working on workflows.

This commit is contained in:
lightest 2023-08-29 14:13:50 +01:00
parent d7abfc267d
commit 6c3fcfa99d

View File

@ -6,20 +6,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
path: app
with:
path: app
- uses: actions/setup-node@master
with:
node-version: 19
with:
node-version: 19
- name: Install Node dependencies
run: |
cd app
npm install
- name: Install Node dependencies
run: |
cd app
npm install
- name: Build
run: |
cd app
npm run build:js
ls out
- name: Build
run: |
cd app
npm run build:js
ls out