Skip to content

Commit

Permalink
chore(deps-dev): bumping out of date deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Oct 7, 2023
1 parent aafa90c commit 706a703
Show file tree
Hide file tree
Showing 7 changed files with 749 additions and 285 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version:
- 18
- 20

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
7 changes: 3 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.eslint*
.github/
.prettier*
__tests__/
coverage/
dist/
test/
.eslint*
.prettier*
Loading

0 comments on commit 706a703

Please sign in to comment.