Merge pull request #6 from arifszn/Warhammer4000-CI-Patch

Updated CI Config
This commit is contained in:
MD. Ariful Alam 2021-09-13 11:54:50 +06:00 committed by GitHub
commit fd1a96c160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
cache-dependency-path: subdir/package-lock.json
- name: Cache dependencies
uses: actions/cache@v2