Skip to content
Snippets Groups Projects
Commit 04161bb2 authored by Eric Eastwood's avatar Eric Eastwood
Browse files

Print node/npm versions in CI

parent 5f6baad1
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: node:boron
 
cache:
Loading
Loading
@@ -10,6 +9,9 @@ stages:
- test
- deploy
 
before_script:
- node --version
- npm --version
 
build:
stage: build
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment