diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-11 19:12:42 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-11 19:12:42 +0100 |
| commit | 6c9f3c9a3b86d4a8b3293f42444cccbe89958b25 (patch) | |
| tree | c672716183d8a9a301f0082b0412d09c1cd1bb4a /.github/workflows/deploy.yml | |
| parent | e72485180228cc6ab90c55abd064af6f3d2240b5 (diff) | |
| parent | 7128b95ea2246a23a937723eea9980c131ea950c (diff) | |
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
Diffstat (limited to '.github/workflows/deploy.yml')
| -rw-r--r-- | .github/workflows/deploy.yml | 5 |
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 |
