aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-11 19:12:42 +0100
committerstonedDiscord <Tukz@gmx.de>2022-03-11 19:12:42 +0100
commit6c9f3c9a3b86d4a8b3293f42444cccbe89958b25 (patch)
treec672716183d8a9a301f0082b0412d09c1cd1bb4a /.github
parente72485180228cc6ab90c55abd064af6f3d2240b5 (diff)
parent7128b95ea2246a23a937723eea9980c131ea950c (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 58d978f..b0d5ea4 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -9,7 +9,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
+ with:
+ node-version: '14'
+ cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Build Project