Update test.yml

This commit is contained in:
Bret Comnes 2022-02-08 11:24:04 -08:00 committed by GitHub
parent 858357d6ea
commit fb578a7e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@ name: tests
on: [push, pull_request]
env:
FORCE_COLOR: 2
jobs:
test:
runs-on: ${{ matrix.os }}
@ -9,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [15]
node: [lts/*]
steps:
- uses: actions/checkout@v2