Update build_test.yml

This commit is contained in:
Thomas Boop
2022-02-10 14:45:29 -05:00
committed by GitHub
parent c48e531900
commit b0cc574b25

View File

@@ -19,10 +19,10 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Setup node 14
- name: Setup node 16
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
- run: npm install
- run: npm run build
- run: npm test