16 lines
308 B
YAML

name: Liberation JS set-up
description: Sets up the Liberation Javascript environment.
runs:
using: composite
steps:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: "16"
- name: npm ci
shell: powershell
run: |
cd client
npm ci