mirror of
https://github.com/rjNemo/hiring-without-whiteboards
synced 2026-06-06 02:26:45 +00:00
Add github action for CI
This commit is contained in:
parent
2512c3fcde
commit
7154a0339a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
- name: Test on Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue