Update node.js.yml

This commit is contained in:
Carter Snook
2023-02-16 16:25:59 -06:00
committed by GitHub
parent 3f57ce2c52
commit b501011c29

View File

@@ -19,5 +19,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm install
- run: npm run test
- run: npm run build