Merge pull request #6 from arifszn/Warhammer4000-CI-Patch
Updated CI Config
This commit is contained in:
commit
fd1a96c160
6
.github/workflows/CI-CD.yml
vendored
6
.github/workflows/CI-CD.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user