Skip to content

Commit

Permalink
Merge pull request #80 from localnerve/rc-0.12.0
Browse files Browse the repository at this point in the history
@0.12.0, udpate deps, react 18
  • Loading branch information
localnerve committed Nov 18, 2022
2 parents d18bc99 + 9338e73 commit beef2ae
Show file tree
Hide file tree
Showing 9 changed files with 560 additions and 795 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Expand Up @@ -12,18 +12,18 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Lint, Test, And Coverage
run: npm run test && npm run test:cover
run: npm run lint && npm run test && npm run test:cover
- name: Coverage Upload
if: ${{ success() }}
uses: coverallsapp/github-action@master
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -27,5 +27,6 @@ node_modules
/output
/package
/index.js
/index.mjs
tmp
*.tgz
6 changes: 4 additions & 2 deletions .npmignore
@@ -1,10 +1,12 @@
.nyc_output
.git*
coverage
output
src
tmp
.jshint*
.travis.yml
*.tgz
.eslint*
.babel*
tmp
.c8*
.browser*

0 comments on commit beef2ae

Please sign in to comment.