Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Feb 12, 2025
1 parent 9538f29 commit 0343b6f
Show file tree
Hide file tree
Showing 5 changed files with 599 additions and 543 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23
- run: npm ci
- run: node --run lint

Expand All @@ -21,6 +21,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23
- run: npm ci
- run: node --run test
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
23
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

Loading

0 comments on commit 0343b6f

Please sign in to comment.