Skip to content

Commit a7cd12a

Browse files
authored
upgrade/dependencies (#26)
1 parent 38c6d3e commit a7cd12a

24 files changed

Lines changed: 2212 additions & 1458 deletions

.changeset/cold-olives-cry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@power-rent/try-catch': patch
3+
---
4+
5+
Use tsup to build the library

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/checkout@v5
1515
- uses: actions/setup-node@v5
1616
with:
17-
node-version: "20.x"
18-
registry-url: "https://registry.npmjs.org"
19-
cache: "npm"
17+
node-version: '20.x'
18+
registry-url: 'https://registry.npmjs.org'
19+
cache: 'npm'
2020

2121
- name: Install dependencies
2222
run: npm ci

0 commit comments

Comments
 (0)