Skip to content

Commit

Permalink
chore: upgrade workflow node version, rename build step
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Oct 26, 2019
1 parent b82ea17 commit a531116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: node-ci
name: build

on: [push]

Expand All @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Use Node.js 10.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
version: 10.x
version: 12.x
- name: install yarn
run: npm install -g yarn
- name: yarn install, build, and test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![License](https://img.shields.io/npm/l/react-compare-slider)](./README.md) [![npm](https://img.shields.io/npm/v/react-compare-slider)](https://npmjs.com/package/react-compare-slider) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-compare-slider)](https://bundlephobia.com/result?p=react-compare-slider)
[![Build Status](https://github.com/nerdyman/react-compare-slider/workflows/node-ci/badge.svg)](https://github.com/nerdyman/react-compare-slider/workflows/node-ci)
[![Build Status](https://github.com/nerdyman/react-compare-slider/workflows/build/badge.svg)](https://github.com/nerdyman/react-compare-slider/workflows/build)

# React Compare Slider

Expand Down

0 comments on commit a531116

Please sign in to comment.