Skip to content

Commit

Permalink
Merge pull request #1 from WarpWorks/node14
Browse files Browse the repository at this point in the history
- Updating packages and node@14
  • Loading branch information
quoininc-huudatran committed Jun 22, 2021
2 parents 35d6911 + 2ca4237 commit 0106219
Show file tree
Hide file tree
Showing 5 changed files with 9,677 additions and 5,178 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/nodejs.yml
@@ -0,0 +1,29 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 14.x]
# 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 }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run coverage
1 change: 1 addition & 0 deletions .npmignore
@@ -1,4 +1,5 @@
/.eslintrc*
/.github
/.npmignore
/.nyc_output
/.nycrc
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
@@ -1,5 +1,13 @@
# Releases

## 2.0.1 - 2021-06-21

- Merging into master branch and latest tag.

## 1.0.0-rc.1 - 2021-06-16

- Updating packages and node@14

## 0.1.5 - 2019-07-17

- Convert to async/await.
Expand Down

0 comments on commit 0106219

Please sign in to comment.