diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-11 19:09:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-11 19:09:53 +0100 |
| commit | 7128b95ea2246a23a937723eea9980c131ea950c (patch) | |
| tree | b85e4668413c7b65bbb1e88ba6721de4494bb189 /.github | |
| parent | 52b79f4b5ffce7679fa5fcceeb80d615ad0cdf16 (diff) | |
update node to 14
Diffstat (limited to '.github')
| -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 |
