Skip to content

Commit

Permalink
Merge branch 'master' of github.com:appfeel/node-pushnotifications in…
Browse files Browse the repository at this point in the history
…to bump/upstream
  • Loading branch information
dchymko committed Mar 20, 2024
2 parents 0c0a19f + b7d7328 commit 0510187
Show file tree
Hide file tree
Showing 5 changed files with 1,763 additions and 2,038 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 0510187

Please sign in to comment.