mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Refactor some repeated actions out of workflows.
This commit is contained in:
15
.github/actions/setup-liberation-js/action.yaml
vendored
Normal file
15
.github/actions/setup-liberation-js/action.yaml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user