Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create nodejs.yml #2

Merged
merged 1 commit into from
Mar 4, 2020
Merged

Create nodejs.yml #2

merged 1 commit into from
Mar 4, 2020

Conversation

Bambidus
Copy link
Owner

@Bambidus Bambidus commented Mar 4, 2020

No description provided.

Comment on lines +1 to +24
name: Node.js CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
env:
CI: true
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bambidus

@Bambidus Bambidus merged commit ee7a120 into master Mar 4, 2020
@Bambidus Bambidus deleted the Bambidus-patch-1 branch March 4, 2020 01:25
@Bambidus Bambidus restored the Bambidus-patch-1 branch March 4, 2020 01:25
@Bambidus
Copy link
Owner Author

Bambidus commented Mar 4, 2020

Bambidus

@Bambidus Bambidus self-assigned this Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant