Skip to content

Commit

Permalink
Hide expired renewals (#249)
Browse files Browse the repository at this point in the history
* hide expired renewals

* lint

* package-lock.json

* ...
  • Loading branch information
Szegoo authored Dec 17, 2024
1 parent 04003a2 commit 0158b2d
Show file tree
Hide file tree
Showing 4 changed files with 17,486 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: ['18.x', '20.x']
node-version: ['20.x']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ yarn-debug.log*
yarn-error.log*

yarn.lock
package-lock.json

# local env files
.env.local
Expand Down
Loading

0 comments on commit 0158b2d

Please sign in to comment.