Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Adding package lock and printing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilblackdragon committed Jun 26, 2019
1 parent 1497316 commit 83b35d6
Show file tree
Hide file tree
Showing 2 changed files with 3,164 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ stages:
run_tests:
stage: test
script:
- node --version
- npm --version
- npm install
- npm run test
Loading

0 comments on commit 83b35d6

Please sign in to comment.