bump codeql to node 16 (#281)

* upgrade codeql

* bump codeql init

* name the unit test job

* tats feedback
This commit is contained in:
David Gamero
2023-02-22 16:05:36 -05:00
committed by GitHub
parent ecb488266d
commit dd4bbd13a5
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -11,9 +11,10 @@ on: # rebuild any PRs and main branch changes
jobs:
build: # make sure build/ci works properly
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- run: |
npm install
npm test