Skip to content

Commit

Permalink
Feature/upgrade npm (garris#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
klodoma authored Jul 21, 2022
1 parent 19d5519 commit 7fc512c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 376 deletions.
23 changes: 23 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
image: node:$NODEJS

# Select what we should cache
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/

before_script:
- node -v
- npm -v
- npm install

tests:
script:
- npm run lint
- npm run unit-test
parallel:
matrix:
- NODEJS:
- 14
- 16
- 18
32 changes: 0 additions & 32 deletions gitlab-ci.yml

This file was deleted.

Loading

0 comments on commit 7fc512c

Please sign in to comment.