mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-09 18:39:25 +02:00
11 lines
128 B
YAML
11 lines
128 B
YAML
language: node_js
|
|
sudo: false
|
|
before_install:
|
|
- "npm -g install npm"
|
|
node_js:
|
|
- "6"
|
|
- "8"
|
|
- "10"
|
|
- "lts/*"
|
|
- "node"
|