mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 23:36:21 +02:00
9 lines
70 B
YAML
9 lines
70 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- '4'
|
|
- '6'
|
|
- '8'
|
|
- '9'
|
|
- '10'
|