Skip to content
Snippets Groups Projects
Commit f8e8c8cc authored by marihachi's avatar marihachi
Browse files

update CI configuration

parent 33432fa8
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,6 @@ insert_final_newline = true
[*.json]
indent_style = space
[*.yml]
indent_style = space
......@@ -20,11 +20,15 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run build
- run: npm run test
- name: Install
run: npm i
- name: Build
run: npm run build
- name: Test
run: npm run test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment