Skip to content

Commit

Permalink
Merge pull request #199 from appfeel/dev/bump-deps
Browse files Browse the repository at this point in the history
Bump dev dependencies
  • Loading branch information
alex-friedl authored Jan 12, 2024
2 parents 0d126c8 + cbf8beb commit 722929d
Show file tree
Hide file tree
Showing 5 changed files with 1,952 additions and 2,195 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 722929d

Please sign in to comment.