websnacks/.travis.yml
M. George Hansen 999b9b54a2
chore: update min supported node version to >=18 (#19)
Update required minimum node version to >=18 in preparation for updating other dependencies that require newer node versions.
2024-07-15 00:01:14 -07:00

11 lines
124 B
YAML

git:
autocrlf: input
language: node_js
os:
- linux
- osx
- windows
node_js:
- node
- lts/*
- 18