Skip to content

Commit

Permalink
Pull in upstream changes (#5)
Browse files Browse the repository at this point in the history
* Remove husky and pretty-quick

* Bump node-gcm and web-push

* Bump babel and mocha

* Release 2.1.1

* npm audit fix

---------

Co-authored-by: Alexander Friedl <mail@alexanderfriedl.com>
Co-authored-by: Alexander Friedl <alex-friedl@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 20, 2024
1 parent 0c0a19f commit 686e9f1
Show file tree
Hide file tree
Showing 5 changed files with 1,774 additions and 2,049 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x, 17.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

Loading

0 comments on commit 686e9f1

Please sign in to comment.