Skip to content

Commit

Permalink
👷 Enable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWaldvogel committed Nov 19, 2021
1 parent d6e4f72 commit f96e66e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
image: node:latest

cache:
paths:
- node_modules/

test_latest:
script:
- yarn
- yarn test

test_14:
image: node:14
script:
- yarn
- yarn test

test_16:
image: node:16
script:
- yarn
- yarn test

0 comments on commit f96e66e

Please sign in to comment.