Skip to content

🔀 Merge pull request #1476 from CrazyWolf13/fix_hotkeys #1773

🔀 Merge pull request #1476 from CrazyWolf13/fix_hotkeys

🔀 Merge pull request #1476 from CrazyWolf13/fix_hotkeys #1773

Workflow file for this run

# Caches artifacts, including NPM dependencies, to speed up build times
name: 🏗️ Caching Artifacts
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-